Convert a delimited text table (CSV or TSV, gzipped or not) to Parquet
Input
name:type
description
pattern
meta
:map
Groovy Map containing sample information
e.g. [ id:'sample1' ]
table
:file
A delimited text table to convert. The delimiter is picked from the filename – .tsv/.tsv.gz/.tsv.zst for tab, .csv/.csv.gz/.csv.zst for comma; any other suffix is an error.
*.{csv,csv.gz,csv.zst,tsv,tsv.gz,tsv.zst}
Output
name:type
description
pattern
parquet
meta
:map
Groovy Map containing sample information
e.g. [ id:'sample1' ]