Skip to main content

Import configuration attributes. Defines how an external file (CSV/XML/EDI/TXT) is parsed and transformed into warehouse resources.

name
string
required

Display name of the import configuration.

parser
enum<string>
required

File format parser.

Available options:
xml,
headless_csv,
csv,
edi,
txt
failure_strategy
enum<string>
required

What to do when a resource fails: skip and continue, or abort the import.

Available options:
skip_resource,
abort
automatic_processing_flows
object[]
required

Flows that run automatically on each record/row.

settings
object[]

Parser settings.

pre_processors
object[]

Pre-processing steps applied before parsing.

manual_processing_flows
object[]

Reusable flows invoked by other flows (e.g. for nested lines).