Do you want any data in these files or just the file to be created? If you just want the file to be created you could aggregate the data and then use the FileExtractor to create the file (You would need to add 2 columns one for the file name and one for the file data (empty)). If you actually want the data to flow into these files then you would most likely want to use a script component.
HTH,
Matt
|||It sounds like you want to run a exectue SQL task to get an ADO object which holds the records you want. Then for each of these you what to push thenm to a for loop and have a dataflow inside the for loop. In the Dataflow the source would be the ADO object and you can push it to the text file.
These pages should help a bit
http://blogs.conchango.com/jamiethomson/archive/2005/12/04/2458.aspx
http://sqljunkies.com/WebLog/knight_reign/archive/category/458.aspx
|||Thanks!
No comments:
Post a Comment