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