Export ADAFs

../../../../_images/adaf_export.svg

Export ADAFs

Documentation

File format plugins

This node uses plugins, with each plugin supporting one or more file formats. The plugins have their own configurations which are reached by choosing a plugin in the configuration GUI. Please refer to the documentation for each plugin (listed below) for details.

Filename strategies

Apart from the normal way of specifying a filename this node also supports two strategies for extracting filenames from information stored in the ADAFs:

  • Source identifier as name

    Use the source identifier in the ADAFs as filenames.

  • Column with name

    Specify a column in the metadata container where the first element is the filename.

Definition

Input ports

port0 [adaf]

Input ADAFs

port1 0 - 1, [datasource]

External filenames

Output ports

port0 [datasource]

Datasources of exported files

Configuration

Exporter (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.

Output directory (directory)

Select the directory where to export the files.

Filename (filename)

Filename without extension.

Plugins

Examples

Implementation

class node_export_adafs.ExportADAFs[source]