blob: 668863e66df241e0888b4d942caeea8b8f0dc0ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"sheets": ["nested repeats"],
"ranges": [
{"sheet": "nested repeats",
"row": 3,
"column": 2,
"fields": [
{"path": "$['data'][]['category']"},
{"path": "$['data'][]['records'][]['id']"},
{"path": "$['data'][]['records'][]['ref']"},
{"path": "$['data'][]['region']"}
],
"row-groups": [
{"path": "$['data']"},
{"path": "$['data'][]['records']"}
]
}
]
}
|