CsvToIon
yaml
type: "io.kestra.plugin.serdes.csv.csvtoion"
Examples
yaml
id: csv_to_ion
namespace: company.team
tasks:
- id: http_download
type: io.kestra.plugin.core.http.Download
uri: https://huggingface.co/datasets/kestra/datasets/raw/main/csv/products.csv
- id: to_ion
type: io.kestra.plugin.serdes.csv.CsvToIon
from: "{{ outputs.http_download.uri }}"
Properties
from *Requiredstring
allowExtraCharsAfterClosingQuote booleanstring
Default
false
charset string
Default
UTF-8
errorOnDifferentFieldCount booleanstring
Default
false
fieldSeparator string
Default
,
header booleanstring
Default
true
maxBufferSize integerstring
Default
16777216
maxFieldSize integerstring
Default
16777216
skipEmptyRows booleanstring
Default
false
skipRows integerstring
Default
0
textDelimiter string
Default
"
Outputs
uri string
Format
uri