File Import
Import data from a local file.
Properties
Name | Type | |
---|---|---|
engine | String=file:read | |
path | String | |
decoder | String | |
schema | Object |
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