CsvToIon
Read a csv file and write it to an ion serialized data file.
yaml
type: "io.kestra.plugin.serdes.csv.CsvToIon"
Convert a CSV file to the Amazon Ion format.
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 }}"
Source file URI
Pebble expression referencing an Internal Storage URI e.g. {{ outputs.mytask.uri }}
.
Default
UTF-8
The name of a supported charset
Default
false
Specifies if an exception should be thrown, if CSV data contains different field count
Default
,
The field separator character
Default
true
Specifies if the first line should be the header
Default
false
Specifies if empty rows should be skipped
Default
0
Number of lines to skip at the start of the file
Default
"
The text delimiter character
Format
uri
URI of a temporary result file