Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

By default, the grid csv data export will put double quotes around fields in the CSV export.

This value can be set to a character which will be used instead of a double quote. Alternately, it can be set to an empty string to omit the quote entirely.

This option requires Profound UI Version 6, Fix Pack 9.0 or newer.

Example:

pui["csv string delimiter"] = "";  // no quotes added
- or -
pui["csv string delimiter"] = "'"; // use single quote

Where do you save this configuration option? Here.

  • No labels