cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Is it possible to write CSV file headers without quotes?

Michail
9-Granite

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

2 REPLIES 2
CRArko
17-Peridot
(To:Michail)

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.

Top Tags