Fix typo in CSV node help

This commit is contained in:
Nick O'Leary
2018-01-30 20:23:06 +00:00
parent 09a3cd850e
commit e32cc4d1af
2 changed files with 4 additions and 3 deletions

View File

@@ -83,7 +83,7 @@
<p>When converting to CSV, the column template is used to identify which properties to extract from the object and in what order.</p>
<p>If the input is an array then the columns template is only used to optionally generate a row of column titles.</p>
<p>The node can accept a multi-part input as long as the <code>parts</code> property is set correctly.</p>
<p>If outputting multiple messages they will aslo have their <code>parts</code> property set.</p>
<p>If outputting multiple messages they will have their <code>parts</code> property set and form a complete message sequence.</p>
<p><b>Note:</b> the column template must be comma separated - even if a different separator is chosen for the data.</p>
</script>