I have a table that I am exporting via an SQL server table into a CSV file, via the flat file connection manager.
What I have done is in the Flat File Connection Manager I have used " (double-quote) as the Text Qualifier, which keeps the original data in the same column.
However for a couple of cells I run into the problem where the data originally had double-quotation marks and commas within them.
For instance,
Shaquille "Shaq" O'Neal, LLC
I don't want to change the data within the database. I also don't want to do it the quick and dirty way, ie. "save as xlsx through a query and then save as CSV".
Thanks