I need to send a daily report to my boss with analyzed data. the data flow works just fine, but instead of the flat file destination, i want to send him an email with the data in the body.
I searched for it all over, and found how to send it through "for each loop" but it sends the output as a single row through multiple emails.
I need the WHOLE data in one mail.
any suggestions?