Reputation: 426
I'm trying to import the following text file into a database using SSIS.
https://www.dropbox.com/s/a1kicqv0rt5fuwy/output.csv?dl=0
I'm getting the following error:
[Flat File Source 1] Error: The column delimiter for try begin execute column "Column 45" was not found.
If I delete the second row in the text file, then the import is successful. However, as far as I can tell the two lines are identical. Can anyone help me understand where the difference between the two lines is and if there's some way for me to upload the file using a flat file source inside the DataFlow?
Edit:
Upvotes: 0
Views: 6772
Reputation: 632
When I try to import the file you provided in the dropbox using SSIS, it loaded the data into table successfully with out any error.
Kindly check the flat file connection manager settings.
Data loaded to table
Upvotes: 1