pipekit/config/modules/sy01100.json
2026-09-04 09:26:09 -04:00

52 lines
1.1 KiB
JSON

{
"name": "sy01100",
"source_connection": "sqlserver",
"dest_connection": "usmidsap02",
"dest_table": "gp.sy01100",
"staging_table": "pipekit_staging.sy01100",
"merge_strategy": "full",
"merge_key": null,
"enabled": 1,
"dest_description": null,
"description": null,
"columns": [
{
"source_name": "SERIES",
"source_type": "SMALLINT",
"dest_name": "series",
"dest_type": "smallint",
"description": null
},
{
"source_name": "SEQNUMBR",
"source_type": "INT",
"dest_name": "seqnumbr",
"dest_type": "integer",
"description": null
},
{
"source_name": "ACTINDX",
"source_type": "INT",
"dest_name": "actindx",
"dest_type": "integer",
"description": null
},
{
"source_name": "PTGACDSC",
"source_type": "CHAR(31)",
"dest_name": "ptgacdsc",
"dest_type": "text",
"description": null
},
{
"source_name": "DEX_ROW_ID",
"source_type": "INT",
"dest_name": "dex_row_id",
"dest_type": "integer",
"description": null
}
],
"watermarks": [],
"hooks": []
}