Json

../../../../_images/json.svg

Documentation

Import a Json or XML file to a Json structure.

If Importer to use is set to auto the program will try to guess if it is an XML or JSON file, based on the file extension and the content of the first line of the file.

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
Type: datasource
Description: Datasource configured to point at the location of the data

Output ports

port1
Type: json
Description: Imported Json

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

The node can be found in:

Implementation

class node_import_json.ImportJson[source]