Export Tables

../../../../_images/export_table.svg

The export of data is the final step in an analysis workflow. The analysis is performed and the result must to be exported to an additional data format for presentation or visualisation. Or, Sympathy for Data has been used for data management, where data from different source has been gathered and merged into a joint structure that can be exported to different data format.

There exists export from the following internal data types:

The export nodes can also be used for storing partial results on disk. The stored data can be reimplemented further ahead in the workflow by connecting the outgoing datasources to an import node.

The export nodes are all based on the use of plugins, the same structure as the import nodes. Each supported data format has its own plugin, and may also have a specific GUI settings.

If the input Table(s) has a plot attribute (as created by e.g., Plot Tables) it can be exported to a separate file by selecting one of the extensions in the output section.

Opposite node:Tables
Ref. nodes:Export ADAFs

Ports:

Inputs:

port0:

[table]

Tables to be exported

port1:

[datasource]

External filenames

Outputs:

port0:

[datasource]

Datasources of exported files

Configuration:

active_exporter
Select data format exporter. Each data format has its own exporter with its own special configuration, see exporter information. The selection of exporter do also suggest filename extension.
directory
Select the directory where to export the files.
filename
Filename without extension.
plot
If there is a plot attribute in the input tables(s), create a separate file with the plot.
class node_export_tables.ExportTables[source]