From 09a3cd850e187fc2b44935d53e5eb142eda730ed Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Tue, 30 Jan 2018 16:09:45 +0000 Subject: [PATCH] mention parts in css, yams --- nodes/core/parsers/70-CSV.html | 2 ++ nodes/core/parsers/70-YAML.html | 4 ++-- nodes/core/storage/50-file.html | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) 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 @@