Search code examples
sql-serverssisflat-filedataflowtask

SSIS Flat File Source Not Splitting Column by Comma


I have a flat file connector in SSIS but for some reason it is not splitting the commas into columns. I have the column delimiter set to comma and you can see in "Column 0" there is commas "," however it just doesn't want to split them. Has anyone come across this before? Any help would be amazing!

The file has a LF line terminators (UNIX way). Is this an issue for SSIS? There is an option I have selected.

enter image description here


Solution

  • I've found the solution, needed to remove a few rows to get the headers to split, using the "Header row to skip" entry. Thanks for all your help!

    enter image description here