When using a flat file connection in a SSIS package in VS, all the different values go into column A, instead of being separated into different columns. The preview in the flat file manager dialogue box looks OK. I read a suggestion to use ; as a column delimiter, and open the CSV file created using excel, but that did not do the job. Any suggestions please?
To get a CSV file exported with each value in its own column and not all values in column A separated by the delimiter.



You need to use Excel to convert the text to columns because you used ; and not comma (Excel does comma automatically.
Then
Then select semicolin: