File Import

Import data from a local file.

Properties

NameType
engineString=file:read
pathString
decoderString
schemaObject

engine

Must be file:read.

Required
Yes

path

The path of the file.

Required
Yes

decoder

The format of the data. See Parsing Data for details.

Required
Yes
Enum
csv json ndjson msgpack protobuf parquet html xml regex

schema

Define a schema for the data.

Required
Yes