About export (to CSV)

braykov

Member³
  • How do I prevent PLD from putting row numbers in the file? It puts it as the first column.
  • There is a smart quotes option, but how do I prevent any quotes?
 
For the first issue, just select the columns you want to export. If you don't select the row number then it will not be in the exported file.

Bo
 
For the second issue: you cannot prevent all quotes. When special characters occur in the text, CSV requires quotes.

You would have to write an Export Plug-In for custom formats.
 
Back
Top