Skip to content

Commit a0f7ef1

Browse files
committed
Add note about escaping quote characters
1 parent dfedb35 commit a0f7ef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This action takes the following parameters:
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
9999
* `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
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)
101101

102102
It returns the following:
103103

0 commit comments

Comments
 (0)