Loading text from a file to send in body of HTML email

More
2 years 2 months ago #23892 by prashant
Though some help with chatgpt  with script , I was able to convert vanilla html tables into a decent looking styles
Code:
{ Using Replace we provide styling to table } begin SetVariable('#file-content#',FileToString(GetVariable('#file#'))); SetVariable('#file-content#', Replace(GetVariable('#file-content#'), '<table>', '<table style="width: 100%; max-width: 600px; border-collapse: collapse;">')); SetVariable('#file-content#', Replace(GetVariable('#file-content#'), '<thead>', '<thead style="background-color: black; color: white;">')); SetVariable('#file-content#', Replace(GetVariable('#file-content#'), '<th>','<th style="padding: 10px; text-align: left; border-bottom: 1px solid #ddd; font-weight: bold;">')); SetVariable('#file-content#', Replace(GetVariable('#file-content#'), '<td>','<td style="padding: 10px; text-align: left; border-bottom: 1px solid #ddd;">')); Result:=True; end;
The following user(s) said Thank You: admin

Please Log in or Create an account to join the conversation.

More
2 years 2 months ago #23894 by admin
You can also use file operation to replace string

 

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

More
2 years 2 months ago #23895 by prashant
Holy cow !! that's even better ! Thanks for pointing this out 

I assume File operation can accept the file location from "LOOP+Read Multi Variable" ? 
The following user(s) said Thank You: Peter.Jonson

Please Log in or Create an account to join the conversation.

More
2 years 2 months ago #23896 by Peter.Jonson
I assume File operation can accept the file location from "LOOP+Read Multi Variable" ? 

Yes it will

Peter Jonson
ETL Developer

Please Log in or Create an account to join the conversation.

Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Read more
Marketing
Set of techniques which have for object the commercial strategy and in particular the market study.
Google
Accept
Decline
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Google Analytics
Accept
Decline
Functional
Tools used to give you more features when navigating on the website, this can include social sharing.
Advertisement
If you accept, the ads on the page will be adapted to your preferences.
Google Ad
Accept
Decline
Save