Table to Datasources¶
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]¶
- Exportation of data from Table to Datasources. - Ref. nodes: - Inputs: - None : table
- Table containing a column of filepaths. 
 - Outputs: - None : [datasource]
- Datasources 
 - Configuration: - File names
- Column containing the filenames 
- Force relative paths to current subflow
- If ticked, an attempt will be made to convert all paths to relative paths regarding the current subflow.