We are working on SSIS export and import package and this is the scenario:
We have a table with 7 columns (int, char, nchar,nvarchar, datetime, datetime,varchar) and column with datatype nchar have values like following so kind of this column values includes all the available SSIS column delimiters:
This is book
This is, a table
This is row
This is : column
So we are getting error when we try to import to another table, how can we fix this issue i.e. what delimiter to use to how to differentiate between real delimiter and delimiter as part of this column value?
Note: I tried to use Text qualifier " when export but then import is giving error "the flat file parser does not support embedded text qualifiers in data"