Hi,
i have import the data from flat file using ssis package.
Source Data
Col1 Col2 Col3 "a",".big file is there and data also there","catch this ball" "aa","bb","cc"
i have inserted this data into sql server table using ssis
Output
same as source data.
Sourcce data is inserted with double quotes in sql table but i have no need double quotes.
how to remove the double quotes before insert into table using transformation in ssis.
i have used the REPLACE function but it is not working.
can you help to me...
Regards,
Abdul