CsvToIon
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
falsecharset string
Default
UTF-8fieldSeparator string
Default
,header booleanstring
Default
truemaxBufferSize integerstring
Default
16777216maxFieldSize integerstring
Default
16777216onBadLines string
Default
ERRORPossible Values
ERRORWARNSKIPskipEmptyRows booleanstring
Default
falseskipRows integerstring
Default
0textDelimiter string
Default
"Outputs
uri string
Format
uri