-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Currently, one can load/write data only with specific default options without being able to customize them.
For instancce, in loadCsv or writeCsv I cannot specify a different separator from ";". There are many other options relevant for reading/writing CSV files.
loadParquet/writeParquet does not allow to specify options, such as compression (cf. here).
I propose to have additional functions, e.g. loadCsvWithParameters that takes as input the path and a Map<String,String> which allows to specify any options. I am not exactly sure how one can pass a Map<String,String> in VTL initialized with data. Alternatively one can provide simply a "config" Dataset.class which contains in a dataset with two columns (key,value).
Metadata
Metadata
Assignees
Labels
No labels