Line Reader

This Node Is Deprecated — This version of the node has been replaced with a new and improved version. The old version is kept for backwards-compatibility, but for all new workflows we suggest to use the version linked below.
Go to Suggested ReplacementLine Reader

Read lines from a file or URL. Each line will be represented by a single string data cell in a single row. The row prefix and column header can be specified in the dialog.

Options

URL field
Select the file to be read using the Browse button. You can also enter a URL (such as http://some_host/some_path) or assign a variable representing the target file using the variable button on the right.
Row header prefix
The prefix of the row headers (amended by a running index).
Column header
The name of the single output column.
Use first line as column header
If selected, the first line in the file will be used as column header. If it is used together with the "Limit number of rows" option it does not count as row.
Skip empty lines
If set, empty lines are skipped. This also includes lines only containing white space characters such as spaces or tabs.
Limit number of rows
If set, the node will not read more lines than specified. If "Skip empty rows" is selected, empty rows do not count as valid rows.
Match input against regex
If set, lines that do not match the specified regular expression are skipped.

Input Ports

This node has no input ports

Output Ports

Icon
The lines as read from the file, each line represented by a single cell in a data row.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.