diff --git a/nodes/core/parsers/70-CSV.html b/nodes/core/parsers/70-CSV.html index a078b1acb..2fcbda205 100644 --- a/nodes/core/parsers/70-CSV.html +++ b/nodes/core/parsers/70-CSV.html @@ -82,6 +82,8 @@ will be used as the property names. Alternatively, the column names can be taken from the first row of the CSV.
When converting to CSV, the column template is used to identify which properties to extract from the object and in what order.
If the input is an array then the columns template is only used to optionally generate a row of column titles.
+The node can accept a multi-part input as long as the parts
property is set correctly.
If outputting multiple messages they will aslo have their parts
property set.
Note: the column template must be comma separated - even if a different separator is chosen for the data.
diff --git a/nodes/core/parsers/70-YAML.html b/nodes/core/parsers/70-YAML.html index 2f8914366..b157bb48e 100644 --- a/nodes/core/parsers/70-YAML.html +++ b/nodes/core/parsers/70-YAML.html @@ -1,8 +1,8 @@