Import .csv

Node Icon

Import a .csv file as a Table.

Outputs

Table

Imported data as Table.

Type: Table

Settings

Path Filepath

Path to the .csv file to be imported.

Delimiter Text

Column delimiter in the imported file. Default is comma (,). Can be defined as a regular expression (RegEx).

Useful RegEx examples:

  • \s+ describes one or more spaces.
  • ,\s* describes a comma, followed by zero or more spaces.

First Row is Headers Boolean

When set to true, the first row will be treated as the table header.

See also

Keywords: