Format Table (vuo.table.format)

Turns a table into CSV- or TSV-formatted text.

You can use this node to export data for use in a spreadsheet application. Use this node to convert the table to CSV (Comma-Separated Values) or TSV (Tab-Separated Values) format and the Save Data node to save it to a file. In your spreadsheet application, import the file.

Each row of the table becomes a line in the output text.

Each item in the output text is enclosed in quotation marks.

Keywords: column, comma, convert, csv, export, grid, row, save, separated, serialize, spreadsheet, structure, tab, tsv, write


Example compositions:


Back to vuo.table node set documentation.