I have an SSIS package which exports HTML descriptions along with other content from my DB to a CSV file which is qualified by quotation marks ("). The content itself has commas & quotation marks, so I am finding that when it reaches a row with both, it cannot delimit them accurately & Excel opens them in incorrect rows.
Is there a way to make it work without stripping the content from the db? IE is there a standard escape character before a comma? Or better yet, what is the most common/standard workaround?