USE CASES FOR CLOUD PAGES
WE ARE STORING DATA INTO DATA EXTENSIONS WHEN SUBSCRIBERS SUBMITS THE FEEDBACK FORM. MARKETERS WANTS TO RECEIVE AN EMAIL DAILY WITH THE FEEDBACK COLLECTED ON A DAILY BASIS TO TAKE MARKET DECISIONS
In your email you have to use AttachFile() Ampscript function to attach the file in the email, if not enabled you have raise a SF ticket.
Automation activity, 1. Data Extract 2.File transfer and 3. Email Send Activity
1. What is your file naming pattern?
2. What is your data extract type?
3. If its a data extension extract have you clicked on the "text qualified"?
4. Which FTP are you transferring the file?
When your are doing data extension extract, make sure you select the checkbox "Text qualified" in the configuration step, so that all line breaks are in quote as a single string and this might be the potential issue of your file being corrupted.
ALSO, Add an extra step to convert the file to UTF-8 after the data extract.
Comments
Post a Comment