CSV Writer

Block Group: Table Operations
Icon:CSV Writer block 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.


Input/Output Properties

The following properties of the CSV Writer block can take input and give output.

  • input (table)
  • withHeader (boolean)

input receives the table that you want to write as a CSV string.

withHeader specifies whether the input table contains a header row.


Output Properties

The following property of the CSV Writer block can give output but cannot take input.

  • output (string)

output returns a CSV string of the input table.


Example

The following image demonstrates an example of the CSV Writer block. In this example, a table with headers is converted to a CSV string.

CSV Writer block example