How to escape double quotes when using csv file as the input in SSIS when the csv file has default comma seprated values.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to replace the
double quoteswithin 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 usingDerived Column Transformationtask.Hope that helps.