Spaces:
Running
Running
| { | |
| "google_sheets": { | |
| "enabled": true, | |
| "sync_interval_minutes": 5, | |
| "credentials_file": "credentials.json", | |
| "spreadsheets": [ | |
| { | |
| "id": "YOUR_SPREADSHEET_ID_1_HERE", | |
| "sheet_name": "processed_dialects", | |
| "output_file": "sheets_output/processed_dialects.csv" | |
| }, | |
| { | |
| "id": "YOUR_SPREADSHEET_ID_2_HERE", | |
| "sheet_name": "digiwords_grouped", | |
| "output_file": "sheets_output/digiwords_grouped.csv" | |
| } | |
| ] | |
| }, | |
| "file_watcher": { | |
| "enabled": true, | |
| "watch_directory": "sheets_output", | |
| "file_patterns": ["*.csv"] | |
| }, | |
| "output": { | |
| "json_directory": "data/processed" | |
| } | |
| } | |