-
Notifications
You must be signed in to change notification settings - Fork 1
/
sheets.json
44 lines (44 loc) · 1004 Bytes
/
sheets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"google": {
"sheets": [
{
"id": "2PACX-1vSDYDoQaap9AEJt2q_6ja5RaRmkDW2UQB2oK6fKnYAlYHhny3Cue2nP5JPu60Wy2jas84cGXCDvRXAc",
"gid": "1202473004",
"filepath": "src/data/2022-data.csv",
"required": [
"id",
"amount",
"amount_num"
]
},
{
"id": "2PACX-1vSDYDoQaap9AEJt2q_6ja5RaRmkDW2UQB2oK6fKnYAlYHhny3Cue2nP5JPu60Wy2jas84cGXCDvRXAc",
"gid": "77485879",
"filepath": "src/data/2022-descriptions.csv",
"required": [
"id",
"description"
]
},
{
"id": "2PACX-1vRVyzfFkaENQKSf9PclZZrekELczImo9yIfX082CK_jNZcTvmNXNLoqaIdPWOjVFOCQ-Rywfqbt_lJL",
"gid": "1202473004",
"filepath": "src/data/2023-data.csv",
"required": [
"id",
"amount",
"amount_num"
]
},
{
"id": "2PACX-1vRVyzfFkaENQKSf9PclZZrekELczImo9yIfX082CK_jNZcTvmNXNLoqaIdPWOjVFOCQ-Rywfqbt_lJL",
"gid": "77485879",
"filepath": "src/data/2023-descriptions.csv",
"required": [
"id",
"description"
]
}
]
}
}