JsonWriter
yaml
type: "io.kestra.plugin.serdes.json.JsonWriter"
Read an ion serialized data file and write it to a new line delimited json file.
Properties
from
- Type: string
- Dynamic: ✔️
- Required: ✔️
Source file URI
charset
- Type: string
- Dynamic: ✔️
- Required: ❌
- Default:
UTF-8
The name of a supported charset
Default value is UTF-8.
newLine
- Type: boolean
- Dynamic: ❌
- Required: ❌
- Default:
true
Is the file is a json new line (JSON-NL)
Is the file is a json with new line separator Warning, if not, the whole file will loaded in memory and can lead to out of memory!
timeZoneId
- Type: string
- Dynamic: ✔️
- Required: ❌
- Default:
Etc/UTC
Timezone to use when no timezone can be parsed on the source.
Outputs
uri
- Type: string
URI of a temporary result file