Export Datasources

../../../../_images/export_datasource.svg

Datasources Export

The node is currently supporting extraction of zip and gzip files using plugin_zip_exporter.py and plugin_gz_exporter.py

These plugins work somewhat differently compared with other exporter plugins. They do not export the datasource itself, instead, they extract the compressed archives pointed to by the datasources input and produce the full list of extracted files in the datasources output.

class node_export_datasource.ExportDatasources[source]

Export datasource to a selected data format.

Inputs:
port0 : [datasource]

Datasources to be exported

Outputs:
port0 : [datasource]

Datasources of exported files

Configuration:
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.

Output directory

Select the directory where to export the files.

Filename

Filename without extension.