Skip to content

Commit dfedb35

Browse files
authored
Typo
1 parent 6c6d7eb commit dfedb35

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 `escapeChar` 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
101101

102102
It returns the following:
103103

0 commit comments

Comments
 (0)