You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/oql-module.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ This action takes the following parameters:
97
97
*`exportHeaders`: Indicates if the first line of the result should contain a header with the names of each column
98
98
*`separatorChar`: Indicates what character should be used to separate columns in the result
99
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 `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
0 commit comments