Skip to content

Commit 9b26856

Browse files
authored
Merge pull request #10120 from passalaqua/dat/docs/oql-module-escape-quote-char-fix
Fix description of quote and escape char behavior when exporting CSV in the OQL Module
2 parents e0155d1 + 8f07d01 commit 9b26856

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/modules

content/en/docs/marketplace/platform-supported-content/modules/oql-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ This action takes the following parameters:
9696
* `zipResult`: Indicates if the resulting file should be compressed inside a ZIP file
9797
* `exportHeaders`: Indicates if the first line of the result should contain a header with the names of each column
9898
* `separatorChar`: Indicates what character should be used to separate columns in the result
99-
* `quoteChar`: Indicates what character should be used to quote string values. May be left empty if `escapeChar` is defined
100-
* `escapeChar`: Indicates what character should be used to escape spaces and other special characters if string values are unquoted. Only applicable if `quoteChar` is not defined. If no escape character is defined, then the quote character is escaped in a quoted string by repeating it, following [RFC4180](https://www.ietf.org/rfc/rfc4180.txt)
99+
* `quoteChar`: Indicates what character should be used to quote string values. Should be left empty if you wish to use `escapeChar`. The quote character is escaped in a quoted string by repeating it, following [RFC4180](https://www.ietf.org/rfc/rfc4180.txt)
100+
* `escapeChar`: Indicates what character should be used to escape spaces and other special characters if string values are unquoted. Only applicable if `quoteChar` is not defined.
101101

102102
It returns the following:
103103

0 commit comments

Comments
 (0)