Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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.
Solved! Go to Solution.
You can open the file as text from the FileRepository features and rewrite it without the quotes.
Hello, MNudel.
I found a reference in an internal document that implies that the quotes are part of the CSV Parser functionality and unfortunately, are not removable or configurable.
-- Craig A.
You can open the file as text from the FileRepository features and rewrite it without the quotes.