Skip to main content
1-Visitor
August 4, 2017
Solved

Is it possible to write CSV file headers without quotes?

  • August 4, 2017
  • 2 replies
  • 1525 views

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.

Best answer by CarlesColl

You can open the file as text from the FileRepository features and rewrite it without the quotes.

2 replies

5-Regular Member
August 4, 2017

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.

1-Visitor
August 4, 2017

You can open the file as text from the FileRepository features and rewrite it without the quotes.