CsvReader
type: "io.kestra.plugin.serdes.csv.CsvReader"
Read a csv file and write it to an ion serialized data file.
# Properties
# charset
- Type: string
- Dynamic: ❓
- Required: ❌
- Default:
UTF-8
The name of a supported charset
# errorOnDifferentFieldCount
- Type: boolean
- Dynamic: ❓
- Required: ❌
- Default:
false
Specifies if an exception should be thrown, if CSV data contains different field count
# fieldSeparator
- Type: string
- Dynamic: ❓
- Required: ❌
- Default:
,
The field separator character
# from
- Type: string
- Dynamic: ✔️
- Required: ✔️
Source file URI
# header
- Type: boolean
- Dynamic: ❓
- Required: ❌
- Default:
true
Specifies if the first line should be the header
# skipEmptyRows
- Type: boolean
- Dynamic: ❓
- Required: ❌
- Default:
false
Specifies if empty rows should be skipped
# skipRows
- Type: integer
- Dynamic: ❓
- Required: ❌
- Default:
0
Number of lines to skip at the start of the file
# textDelimiter
- Type: string
- Dynamic: ❓
- Required: ❌
- Default:
"
The text delimiter character
# Outputs
# uri
- Type: string
URI of a temporary result file
← AvroWriter CsvWriter →