File Export

Save data to a local file.

Properties

NameType
engineString=file:write
pathString
encoderString
schemaObject

engine

Must be file:write.

Required
Yes

path

The path at which to create the file. If the file already exists it will be overwritten.

Required
Yes

encoder

The format of the data.

Required
Yes
Enum
csv json ndjson msgpack parquet

schema

Define the schema of the data, entering the field name returned by the SQL query into `Source`.

Required
Yes