.. _`Table to Datasources`: .. _`org.sysess.sympathy.data.table.tabletodsrcs`: Table to Datasources ~~~~~~~~~~~~~~~~~~~~ .. image:: table2dsrc.svg :width: 48 Convert a table with file paths into a list of data sources pointing to those files. Documentation ############# Export of data from Table to Datasources. Definition ########## *Input ports*: :: table Table containing a column of filepaths. *Output ports*: :: [datasource] Datasources *Configuration*: **File names** (files) Column containing the filenames **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. .. automodule:: node_table_to_datasources .. class:: TableToDsrc Related nodes ############# * :ref:`org.sysess.sympathy.data.table.tablestodsrcs` * :ref:`org.sysess.sympathy.data.table.dsrctotable` Example flows ############# * :download:`InputOutputGenerate.syx ` * :download:`Table2Datasources.syx `