读取DM数据库

This commit is contained in:
2026-02-27 17:06:56 +08:00
parent 0c0a295f09
commit df46812eff
12 changed files with 485 additions and 30 deletions

16
config/config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"source": "json",
"json": {
"input_file": "data/raw_data_sample.json",
"output_file": "data/cleaned_data_final.json",
"report_file": "report/detailed_cleaning_report.json"
},
"db": {
"host": "127.0.0.1",
"port": 5080,
"user": "SYSDBA",
"schema": "SYSDBA",
"table": "OBJECTIVE_INSTANCE",
"query": null
}
}