File Export
Save data to a local file.
Properties
| Name | Type | |
|---|---|---|
| engine | String=file:write | |
| path | String | |
| encoder | String | |
| schema | Object | |
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
-
csvjsonndjsonmsgpackparquet
schema
Define the schema of the data, entering the field name returned by the SQL query into `Source`.
- Required
- Yes