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

171 lines
4.1 KiB
JSON

{
"name": "pm30700",
"source_connection": "sqlserver",
"dest_connection": "usmidsap02",
"dest_table": "gp.pm30700",
"staging_table": "pipekit_staging.pm30700",
"merge_strategy": "full",
"merge_key": null,
"enabled": 1,
"dest_description": "Dynamics GP payables tax history",
"description": "Dynamics GP payables tax history",
"columns": [
{
"source_name": "VENDORID",
"source_type": "CHAR(15)",
"dest_name": "vendorid",
"dest_type": "text",
"description": null
},
{
"source_name": "VCHRNMBR",
"source_type": "CHAR(21)",
"dest_name": "vchrnmbr",
"dest_type": "text",
"description": null
},
{
"source_name": "DOCTYPE",
"source_type": "SMALLINT",
"dest_name": "doctype",
"dest_type": "smallint",
"description": null
},
{
"source_name": "BACHNUMB",
"source_type": "CHAR(15)",
"dest_name": "bachnumb",
"dest_type": "text",
"description": null
},
{
"source_name": "TAXDTLID",
"source_type": "CHAR(15)",
"dest_name": "taxdtlid",
"dest_type": "text",
"description": null
},
{
"source_name": "BKOUTTAX",
"source_type": "TINYINT",
"dest_name": "bkouttax",
"dest_type": "smallint",
"description": null
},
{
"source_name": "TAXAMNT",
"source_type": "NUMERIC(19,5)",
"dest_name": "taxamnt",
"dest_type": "numeric(19,5)",
"description": null
},
{
"source_name": "ORTAXAMT",
"source_type": "NUMERIC(19,5)",
"dest_name": "ortaxamt",
"dest_type": "numeric(19,5)",
"description": null
},
{
"source_name": "PCTAXAMT",
"source_type": "NUMERIC(19,5)",
"dest_name": "pctaxamt",
"dest_type": "numeric(19,5)",
"description": null
},
{
"source_name": "ORPURTAX",
"source_type": "NUMERIC(19,5)",
"dest_name": "orpurtax",
"dest_type": "numeric(19,5)",
"description": null
},
{
"source_name": "FRTTXAMT",
"source_type": "NUMERIC(19,5)",
"dest_name": "frttxamt",
"dest_type": "numeric(19,5)",
"description": null
},
{
"source_name": "ORFRTTAX",
"source_type": "NUMERIC(19,5)",
"dest_name": "orfrttax",
"dest_type": "numeric(19,5)",
"description": null
},
{
"source_name": "MSCTXAMT",
"source_type": "NUMERIC(19,5)",
"dest_name": "msctxamt",
"dest_type": "numeric(19,5)",
"description": null
},
{
"source_name": "ORMSCTAX",
"source_type": "NUMERIC(19,5)",
"dest_name": "ormsctax",
"dest_type": "numeric(19,5)",
"description": null
},
{
"source_name": "ACTINDX",
"source_type": "INT",
"dest_name": "actindx",
"dest_type": "integer",
"description": null
},
{
"source_name": "TRXSORCE",
"source_type": "CHAR(13)",
"dest_name": "trxsorce",
"dest_type": "text",
"description": null
},
{
"source_name": "TDTTXPUR",
"source_type": "NUMERIC(19,5)",
"dest_name": "tdttxpur",
"dest_type": "numeric(19,5)",
"description": null
},
{
"source_name": "ORTXBPUR",
"source_type": "NUMERIC(19,5)",
"dest_name": "ortxbpur",
"dest_type": "numeric(19,5)",
"description": null
},
{
"source_name": "TXDTTPUR",
"source_type": "NUMERIC(19,5)",
"dest_name": "txdttpur",
"dest_type": "numeric(19,5)",
"description": null
},
{
"source_name": "ORTOTPUR",
"source_type": "NUMERIC(19,5)",
"dest_name": "ortotpur",
"dest_type": "numeric(19,5)",
"description": null
},
{
"source_name": "CURRNIDX",
"source_type": "SMALLINT",
"dest_name": "currnidx",
"dest_type": "smallint",
"description": null
},
{
"source_name": "DEX_ROW_ID",
"source_type": "INT",
"dest_name": "dex_row_id",
"dest_type": "integer",
"description": null
}
],
"watermarks": [],
"hooks": []
}