🚧 update input json
This commit is contained in:
parent
d50295838e
commit
c05b9a17f4
4 changed files with 83 additions and 728 deletions
|
@ -1,7 +1,7 @@
|
|||
import json
|
||||
|
||||
input_file = 'export_2025-06-01.json'
|
||||
output_file = 'export_2025-06-01_clean.json'
|
||||
input_file = 'export_2025-06-02.json'
|
||||
output_file = 'export_2025-06-02_clean.json'
|
||||
|
||||
with open(input_file, 'r', encoding='utf-8') as f:
|
||||
data = json.load(f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue