I have a simple SSIS package that extracts from SQL and puts the contents into an existing CSV file.
All works which is great how ever I need each column to be in separate cells. Currently each row of data is in a single cell for example B1 might contain field1, field2, field3 etc
I'd like those fields to span across B1, C1, D1 just as if I had pasted the results grid into Excel.
I'm not sure how to achieve this.