The export from our catalogue service is an object keyed by sku, which is the shape everything downstream of it expects:
{
"SKU-1": { "name": "Backpack", "price": 29.99 },
"SKU-2": { "name": "Bike light", "price": 9.99 }
}Pointing a dataset at it gives:
✖ CONFIG_INVALID: /work/shop/projects/shop/data/common/products.json must contain an array of rows (or { rows: [...] }).Odd part: sdods data preview on the same file does not complain at all. So one of the two is wrong about the file and I would like to know which.