1{
2    "sheets": ["Imported"],
3    "ranges": [
4        {"sheet": "Imported", "row": 0, "column": 0,
5         "fields": [
6             {"path": "$[]['id']"},
7             {"path": "$[]['first_name']"},
8             {"path": "$[]['last_name']"},
9             {"path": "$[]['email']"}
10         ],
11         "row-groups": [
12             {"path": "$"}
13         ]
14        }
15    ]
16}
17