Skip to content

Commit 8f07d01

Browse files
committed
Fix description of quote and escape char behavior when exporting CSV in the oql module
1 parent e0155d1 commit 8f07d01

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)