blob: d5580c1321ec44a5af7e70a94b5be726a4ccd309 [file]
{
"common": {
"planId": "0"
},
"read": {
"dataSource": {
"format": "csv",
"schema": "name STRING,age INT,job STRING",
"options": {
"header": "true",
"delimiter": ";"
},
"paths": ["../common/src/test/resources/query-tests/test-data/people.csv"]
}
}
}