ContributionsMost RecentMost LikesSolutionsReading data as soon as file is uploaded at a location using Snaplogic I want to create a pipeline which reads a zip files uploaded at a location, so as soon as any new zip file is added the snap should pick it automatically ( so based on alert). And then I would like to unzip the file and put back the files at the same location. Have someone tried anything like that and if they can provide me some details? Re: Email body of Send email Snap is showing extra headers It works good. I only need to toggle the = sign for the html body because sometimes it isn’t used. Thank you Spiro. Re: Email body of Send email Snap is showing extra headers Hi Spiro, Attached is the parents pipeline Send email after FIle read parent_2021_08_30.slp (8.4 KB) Child pipeline Child pipeline for parents_2021_08_30.slp (10.8 KB) Sample data Not able to attach csv so attaching the excel file for the same workspace_newdate.xlsx (18.2 KB) Re: Email body of Send email Snap is showing extra headers @Spiro_Taleski I am using the pipeline as suggested And the XSLT schema is : XSLT_Transformation (1) (2).txt (1.0 KB) thank you! Email body of Send email Snap is showing extra headers I have designed a pipeline which groups the data based on email field and sends the data to child pipeline , the hild pipeline apply XSLT and send the html data to email send snap. It is working fine the email is sent but the email body contains headers which is content-type and content. I am not sure from where this data is coming and I want to remove it from the email bosy. Any idea on how to do that? SolvedRe: Loop through CSV file before sending Email thanks a lot Spirp to provide detailed example with solution on this. I have one last question. I want to send the grouped data in the email to the people. I am not able to use the parameter’s using format " +$owneremail+" in the html body of the email. If I use email type as html table it fails. Do you have any idea on how to do that? Re: Loop through CSV file before sending Email Thank you for the response on this. I am able to group by data and used mapper to read one by one. The output of the mapper looks like this I don’t know how to use this in email send snap I used this but it is not sending data to each user with the details Loop through CSV file before sending Email Hi All, I have a requirement where I receive a CSV file containing Owner Email, Id and other details as column. I want to send an email to the people in the “Owner Email” column of the CSV. But it is possible that one Email can have multiple entry. In that case I want to loop through the data and send the data related to that email address together in one email. So I don’t want to send seperate email to the same email address , rather I want to loop through the csv to see the email address related data and send everything in one email. So if an email has multiple entry in the table , I would like to send everything related to this unique email in one email. Can you please help me with suggestions on how to achieve it? Solved