Solved
Is it possible to write CSV file headers without quotes?
A company I'm sending the CSV file to cannot parse the file due to quotes in the header names. Is there a way of eliminating them?
I'm using Resources["CSVParserFunctions"].WriteCSVFile() service. Thanks.

