...
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 Version 6, fix pack Fix Pack 9.0 or newer.
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
pui["csv string delimiter"] = ""; // no quotes added - or - pui["csv string delimiter"] = "'"; // use single quote |
...