Options for reading CSV files
{
"locale" : 'german'
"separator" : ";"
"column_names_from_row" : int
"columns" : [
{
'name' : "abc" ,
'datatype' : 'xs:string'
},
{ 'name' : "xyz" , 'datatype' : 'xs:double' }
],
"ignore_rows" : [ 0, 2, 3 ],
"encoding" : "utf8"
}
- Since
- 1.1, 06.2026, jh