Datasources to Table

../../../../_images/dsrc2table.svg

Converts a list of data sources into a table of filenames.

Documentation

The outgoing Table will consist of a single column with filepaths. The length of the column will be equal to the incoming number of datasources.

In the configuration GUI it is possible to select if one wants to convert the paths in the Datasources to absolute filepaths.

For an explanation of relative datasource file paths, see File.

Definition

Input ports

in [datasource]

Datasources with filepaths

Output ports

out table

Table with a single column with a filepath

Configuration

Output paths relative to the current top-flow (relpath)

If ticked, output paths will be made relative to the current top-flow.

Output paths relative to the current sub-flow (subpath)

If ticked, output paths will be made relative to the current sub-flow.

Implementation

class node_datasource_to_table.DsrcsToTable[source]