Sql-server – Flat file manager TextQualifier not working

sql-server-2008ssis

I've a CSV text file which contains

col1,col2,col3

"abc,cdef",a,b

When I use the Flat File Source and preview the
a

  • bc,cdef appears on first column.

But when i run and view the result in data viewer

  • the first column contains "abc and second column cdef"…

I've a textQualifier set to "

can anyone please help. I'm using SSIS 2008 R2

Best Answer

It seems a bug, I have found: SSIS flat file parser does not read Column delimiters embedded in text data. Work around: using some exotic separator.