Initial commit
This commit is contained in:
8
example/data/example.json
Normal file
8
example/data/example.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"defaults": {
|
||||
"bar": true
|
||||
},
|
||||
"items": [
|
||||
{ "foo": 42 }
|
||||
]
|
||||
}
|
19
example/dataset.json
Normal file
19
example/dataset.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"datasets": {
|
||||
"bank-holidays": {
|
||||
"comment": "To use this dataset, open noccylabs/dataset-calendar#bank-holidays.se",
|
||||
"se": {
|
||||
"filename": "data/bank-holidays-2019-2022/se.csv",
|
||||
"format": "csv separator=; skip=0 headers=1"
|
||||
}
|
||||
},
|
||||
"example-json": {
|
||||
"filename": "data/example.json",
|
||||
"recordSelector": "items",
|
||||
"defaultsSelector": "defaults"
|
||||
},
|
||||
"example-xml": {
|
||||
"filename": "data/example.xml"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user