pipekit/config/modules/usrd.json
Paul Trowbridge 6a3ac0e436 Add Bucket 1 CMS→pipekit modules (41 tables)
Full-reload modules for the CMS/DB2 tables migrated off /opt/sync, landing
in cms.*. Columns introspected fresh from DB2 (QSYS2.SYSCOLUMNS). Three large
tables use incremental merge ported from the legacy sync instead of full
reload: iprcctn/iprccto (date watermark on t8date/t7date), ffpdglr1 (fiscal-
period watermark via rprh join, keyed on btid).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-27 12:33:48 -04:00

86 lines
2.0 KiB
JSON

{
"name": "usrd",
"source_connection": "S78030956",
"dest_connection": "usmidsap02",
"dest_table": "cms.usrd",
"staging_table": "pipekit_staging.usrd",
"merge_strategy": "full",
"merge_key": null,
"enabled": 1,
"dest_description": "User Definition File 5.3",
"columns": [
{
"source_name": "LTSRCE",
"source_type": "CHAR(3)",
"dest_name": "ltsrce",
"dest_type": "text",
"description": "Source"
},
{
"source_name": "LTKEYF",
"source_type": "CHAR(20)",
"dest_name": "ltkeyf",
"dest_type": "text",
"description": "Key Field"
},
{
"source_name": "LTENT#",
"source_type": "NUMERIC(3,0)",
"dest_name": "ltent#",
"dest_type": "numeric(3,0)",
"description": "Entry #"
},
{
"source_name": "LTTTLE",
"source_type": "CHAR(15)",
"dest_name": "ltttle",
"dest_type": "text",
"description": "Title/Prompt"
},
{
"source_name": "LTTYPE",
"source_type": "CHAR(1)",
"dest_name": "lttype",
"dest_type": "text",
"description": "Field Type"
},
{
"source_name": "LTSIZE",
"source_type": "NUMERIC(2,0)",
"dest_name": "ltsize",
"dest_type": "numeric(2,0)",
"description": "Field Size"
},
{
"source_name": "LTDECS",
"source_type": "NUMERIC(2,0)",
"dest_name": "ltdecs",
"dest_type": "numeric(2,0)",
"description": "# of Decimals"
},
{
"source_name": "LTPMPG",
"source_type": "CHAR(10)",
"dest_name": "ltpmpg",
"dest_type": "text",
"description": "Exit Point Prompt Program"
},
{
"source_name": "LTVLPG",
"source_type": "CHAR(10)",
"dest_name": "ltvlpg",
"dest_type": "text",
"description": "Exit Point Validation Program"
},
{
"source_name": "LTLTLE",
"source_type": "CHAR(80)",
"dest_name": "ltltle",
"dest_type": "text",
"description": "Long Title/Prompt"
}
],
"watermarks": [],
"hooks": []
}