mention parts in css, yams

This commit is contained in:
Dave Conway-Jones
2018-01-30 16:09:45 +00:00
parent b0c876019a
commit 09a3cd850e
3 changed files with 5 additions and 2 deletions

View File

@@ -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.</p>
<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><b>Note:</b> the column template must be comma separated - even if a different separator is chosen for the data.</p>
</script>