I'm fairly new to SSIS and I'm having a bit of a problem splitting a CSV into multiple files by row.
I have a CSV with multiple rows - I am trying to split each row into a new flat file and make each column a new line in the flat file.
I currently have a flat file source pumping into a derived column and sorting the data into the format I want. To test this I outputted it into 1 large flat file with multiple rows however I would ideally like to create a file for each row.
I have tried using a for each to loop through but I'm not quite sure how to use it in SSIS.
Any help would be appreciated - Thanks in advance.