How to escape double quotes when using csv file as the input in SSIS when the csv file has default comma seprated values.
Asked
Active
Viewed 2,308 times
1 Answers
1
If you want to replace the double quotes
within the CSV file's column data, please refer my answer in this Stack Overflow question. The example in the question explains how to replace/remove double quotes using Derived Column Transformation
task.
Hope that helps.

Community
- 1
- 1