From e32cc4d1af94acc6e843fb5a9a9e4a0c81227c55 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 30 Jan 2018 20:23:06 +0000 Subject: [PATCH] Fix typo in CSV node help --- nodes/core/parsers/70-CSV.html | 2 +- nodes/core/storage/50-file.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/nodes/core/parsers/70-CSV.html b/nodes/core/parsers/70-CSV.html index 2fcbda205..721567803 100644 --- a/nodes/core/parsers/70-CSV.html +++ b/nodes/core/parsers/70-CSV.html @@ -83,7 +83,7 @@

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.

+

If outputting multiple messages they will have their parts property set and form a complete message sequence.

Note: the column template must be comma separated - even if a different separator is chosen for the data.

diff --git a/nodes/core/storage/50-file.html b/nodes/core/storage/50-file.html index 9116c8539..cdb001eb6 100644 --- a/nodes/core/storage/50-file.html +++ b/nodes/core/storage/50-file.html @@ -99,8 +99,9 @@ the working directory of the Node-RED process.

On Windows, path separators may need to be escaped, for example: \\Users\\myUser.

Optionally, a text file can be split into lines, outputting one message per line, or a binary file - file into smaller buffer chunks, the chunk size is operating system dependant, but typically 64k (linux/mac) or 41k (Windows).

-

If split the outgoing messages will also have a parts property set.

+ split into smaller buffer chunks - the chunk size being operating system dependant, but typically 64k (Linux/Mac) or 41k (Windows).

+

When split into multiple messages, each message will have a parts + property set, forming a complete message sequence.

Legacy error handling

Before Node-RED 0.17, if this node hit an error whilst reading the file, it would send a message with no msg.payload and msg.error set to the