Hi,
I have created a package that reads XML from a URL and then uses a ForEach Container to loop through the data nodes as specified by XPath. The attributes of this data node then is being checked for data validity and email notifications are being sent if required. Some of these attributes are being concatenated into one package variable, in fact almost all attributes have a corresponding variable. I then need to write out the variable values to a CSV which is named with the timestamp. I have to write to the same CSV for every data node. I have created a Data Flow Task for this but dont know how to configure the Source for it! The destination is this same CSV file that gets created on the first pass through the loop. Anybody...??? Thanks.