ADAFs¶
Import datasources as 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.
The node has an auto configuration which uses a validity check in the plugins to detect and choose the proper plugin for the considered datasource. When the node is executed in the auto mode the default settings for the plugins will be used.
URL datasource¶
If input datasource is a URL resource, the node will download it to a temporary file before importing it.
If the URL resource contains credential variables, these will be entered as part of the URL. See Credentials Preferences for more info.
Definition¶
Input ports¶
- input [datasource]
Datasources
Output ports¶
- output [adaf]
Imported ADAFs
Configuration¶
- Importer (active_importer)
Select data format importer
- Action on import failure (fail_strategy)
Decide how failure to import a file should be handled.
Plugins¶
Examples¶
Implementation¶
- class node_import_adaf.ImportADAFs[source]