Datasources

../../../../_images/datasource.svg

Create Datasources with paths to data sources.

Ref. nodes:Datasource

Ports:

Outputs:

port1:

[datasource]

Datasources with paths files

Configuration:

recursive
Turn on/off recursive folder search for filenames satisfying the specified pattern beneath selected directory in the directory tree
directory
Specify dictionary in dictionary tree where to search for files with the specified pattern or select by using the button with the three buttons
search_pattern
A wildcard/regexp pattern to match files.

In Sympathy for Data, the action of pointing out where data is located and actual import of data are separated into two different categories of nodes. The internal data type Datasource is used to carry the information about the location of the data to the import nodes.

There exist two nodes for establishing paths to locations with data, either you are interested in a single source of data, Datasource, or several sources, Datasources. The single source can either be a data file or a location in a data base. While for multiple sources only several data files are handled.

class node_file_datasource.FileDatasourceMultiple[source]