21 lines
531 B
JSON
21 lines
531 B
JSON
{
|
|
"manifest_version": 1,
|
|
"source": {"type": "file", "id": "prosjekt-arkiv", "root": "fixture"},
|
|
"bundle_summary": "Golden extraction case: two CSV extracts from a local project archive (file source type).",
|
|
"extractions": [
|
|
{
|
|
"id": "costs",
|
|
"title": "Project costs",
|
|
"query": "costs.csv",
|
|
"okf_type": "dataset",
|
|
"max_rows": 10
|
|
},
|
|
{
|
|
"id": "edge",
|
|
"title": "Escaping edge cases",
|
|
"query": "edge.csv",
|
|
"okf_type": "reference",
|
|
"max_rows": 10
|
|
}
|
|
]
|
|
}
|