-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
41 lines (41 loc) · 1.23 KB
/
data.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
{
"sheets": [
{
"sheet_id": 1,
"changes": [
{
"row_number": 2,
"column_number": 1,
"value": "python",
"operation": "insert",
"changed_by": "sheet_sync_user@localhost",
"changed_at": "2024-09-16 16:13:49",
"is_current": 1
},
{
"row_number": 1,
"column_number": 1,
"value": "Gilbert J",
"operation": "update",
"changed_by": "sheet_sync_user@localhost",
"changed_at": "2024-09-16 16:14:00",
"is_current": 1
}
]
},
{
"sheet_id": 2,
"changes": [
{
"row_number": 1,
"column_number": 1,
"value": "kafka",
"operation": "insert",
"changed_by": "sheet_sync_user@localhost",
"changed_at": "2024-09-16 16:13:49",
"is_current": 1
}
]
}
]
}