17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"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
|
|
}
|
|
}
|