I have a text file with pipe (|) as delimiter, and double quote " as qualifier. I have a name field with double " also in the field value. Example "CustomerID" | "CustomerName" | "Address" ... "0001"|"TOYS "R" US "|"123 ADD1"...It does not work in SSIS 2012. It errors out with [Flat File Source [8]] Error: The column delimiter for column "CustomerName" was not found.But it works in SSIS 2008 R2.
↧