Table to Datasources

../../../../_images/table2dsrc.svg

Convert a table with file paths into a list of data sources pointing to those files.

Documentation

Export of data from Table to Datasources.

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

Definition

Input ports

<unnamed>

table

Table containing a column of filepaths.

Output ports

<unnamed>

[datasource]

Datasources

Configuration:
File names (files)

Column containing the filenames

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

If ticked, relative paths will be interpeted relative to the current sub-flow, unless they are already absolute.

Convert a table with file paths to a list of data sources. The list will contain one element for each row of the incoming table.

In the configuration GUI it is possible to select the column that contains the file paths.

class node_table_to_datasources.TableToDsrc[source]

Related nodes

Example flows