chore: prepare docfill project for gitea
This commit is contained in:
20
manual_tests/02_sqlite_to_excel/task.json
Normal file
20
manual_tests/02_sqlite_to_excel/task.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user