Hello I am using a flat file source to bring data into my SSIS package.
This is a csv file, but in some cases there are fields (normaly holding values that come in this format "31,123,322.23"
What can I do in order for flat file source to understand that it should not look into commas as columns if they are inside the """
I read that I may be able to introduce something like a escape character in the flat source but I don't know where. Can you please help?
Thank you