1234567891011121314151617181920212223242526272829303132 |
- {
- "csv_file": "AUTOLINE.csv",
- "clients": {
- "00": "00",
- "01": "01",
- "10": "10",
- "12": "12",
- "15": "15",
- "16": "16",
- "17": "17",
- "18": "18",
- "19": "19",
- "20": "20",
- "21": "21",
- "22": "22",
- "23": "23",
- "24": "24",
- "25": "25",
- "30": "30",
- "31": "31",
- "40": "40",
- "41": "41",
- "50": "50",
- "51": "51",
- "99": "99"
- },
- "filter": ["01.01.2018", "01.01.2019"],
- "source_dsn": {"user": "kcc", "password": "kcc123", "server": "Autoline_direkt", "database": "master", "driver": "kisam", "schema": ""},
- "target_dsn": {"user": "sa", "password": "Mffu3011#", "server": "localhost\\GLOBALCUBE", "database": "AUTOLINE", "driver": "mssql", "schema": "import"},
- "stage_dir": "..\\temp",
- "batch_dir": "..\\batch"
- }
|