Block Group: | Table Operations |
Icon: |
The CSV Writer block takes an input table and returns the table as a CSV string.
For information on using dataflow blocks, see Dataflow.
For answers to some common questions about working with tables, see Tables.
The following properties of the CSV Writer block can take input and give output.
input receives the table that you want to write as a CSV string.
withHeader specifies whether the input table contains a header row.
The following property of the CSV Writer block can give output but cannot take input.
output returns a CSV string of the input table.
The following image demonstrates an example of the CSV Writer block. In this example, a table with headers is converted to a CSV string.