From 09a3cd850e187fc2b44935d53e5eb142eda730ed Mon Sep 17 00:00:00 2001
From: Dave Conway-Jones
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 @@