Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am doing a SSIS package, that will read the Data from the SQL table and will create a Excel file for every city of a country, in that file will keep all the information of that city. My Question is how you create about 175 Excel file, I know how to create 2 or 3 with the Conditional Split ? but 175


For Example : I have the following fields in my SQL table

Name-->John, Last name ->Smith, Address->M street, city->Miami

so I will have to create a Excel file with the data of the people for each city
Posted

1 solution

you can use this ForEach Loop.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900