
CsvToIon
CertifiedConvert a CSV file to the Amazon ION format
CsvToIon
Certified
Convert a CSV file to the Amazon ION format
yaml
type: io.kestra.plugin.serdes.csv.CsvToIonExamples
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
ERRORWARNSKIPpluginDefaultsRef Non-dynamicstring
skipEmptyRows booleanstring
Default
falseskipRows integerstring
Default
0textDelimiter string
Default
"Outputs
size integer
Default
0uri string
Format
uri