Files
2026-06-24 09:45:35 +08:00

20 lines
475 B
JSON

{
"vars": {
"date": "2026-06-18"
},
"data": {
"type": "sqlite",
"path": "./source_summary.db",
"query": "select department, report_date, total_count, abnormal_count, owner from department_summary where report_date = ? order by department",
"params": [
"{{date}}"
]
},
"template": {
"path": "./department_summary_template.xlsx"
},
"output": {
"path": "./out/summary_{{department}}_{{_row}}.xlsx",
"overwrite": true
}
}