Datasources to Table

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

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

Documentation

Export of data from Datasources to Tables.

Definition

Input ports:
in

[datasource]

Datasources with filepaths

Output ports:
out

table

Table with a single column with a filepath

Configuration:
Force relative paths (relpath)

If ticked, an attempt will be made to convert all paths to relative paths regarding the top flow.

Force relative paths to current subflow (subpath)

If ticked, an attempt will be made to convert all paths to relative paths regarding the current subflow.

In the standard library there exist two nodes which exports data from Datasource to Table. 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.

class node_datasource_to_table.DsrcsToTable[source]