pipekit/config/modules/stkmp.json
Paul Trowbridge 217177b3a7 Carry module description through config export/apply
config_io handled dest_description but never the module's own
description field: it was absent from export_config, from both
repo.create_module and repo.update_module calls in apply_config, and
from the change-detection watch tuple. Descriptions set via the web
form were therefore invisible to the config tree — `pipekit apply`
silently ignored a description in a module's JSON, and `pipekit export`
would have dropped all 127 existing ones on a round-trip.

Adding "description" to the watch tuple means a module file without the
key now reads as a change to NULL, so backfill the key into all 131
existing module files from the DB. Without this, the next apply would
have wiped every description it was meant to preserve.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-04 00:05:57 -04:00

1760 lines
42 KiB
JSON

{
"name": "stkmp",
"source_connection": "S78030956",
"dest_connection": "usmidsap02",
"dest_table": "cms.stkmp",
"staging_table": "pipekit_staging.stkmp",
"merge_strategy": "full",
"merge_key": null,
"enabled": 1,
"dest_description": "Global Item Master - Purchased parts 6.0",
"description": "Item Master - Purchased",
"columns": [
{
"source_name": "AWPART",
"source_type": "CHAR(20)",
"dest_name": "awpart",
"dest_type": "text",
"description": "Part Number"
},
{
"source_name": "AWDES1",
"source_type": "CHAR(30)",
"dest_name": "awdes1",
"dest_type": "text",
"description": "Description 1"
},
{
"source_name": "AWDES2",
"source_type": "CHAR(30)",
"dest_name": "awdes2",
"dest_type": "text",
"description": "Description 2"
},
{
"source_name": "AWDES3",
"source_type": "CHAR(30)",
"dest_name": "awdes3",
"dest_type": "text",
"description": "Description 3"
},
{
"source_name": "AWUNTI",
"source_type": "CHAR(3)",
"dest_name": "awunti",
"dest_type": "text",
"description": "Dft Unit of Issue"
},
{
"source_name": "AWMAJG",
"source_type": "CHAR(3)",
"dest_name": "awmajg",
"dest_type": "text",
"description": "Major Group Code"
},
{
"source_name": "AWMING",
"source_type": "CHAR(3)",
"dest_name": "awming",
"dest_type": "text",
"description": "Minor Group Code"
},
{
"source_name": "AWMAJS",
"source_type": "CHAR(3)",
"dest_name": "awmajs",
"dest_type": "text",
"description": "Major Sales Code"
},
{
"source_name": "AWMINS",
"source_type": "CHAR(3)",
"dest_name": "awmins",
"dest_type": "text",
"description": "Minor Sales Code"
},
{
"source_name": "AWGLDC",
"source_type": "CHAR(3)",
"dest_name": "awgldc",
"dest_type": "text",
"description": "G/L Sales Code"
},
{
"source_name": "AWGLED",
"source_type": "CHAR(3)",
"dest_name": "awgled",
"dest_type": "text",
"description": "G/L Expense Code"
},
{
"source_name": "AWHARM",
"source_type": "CHAR(13)",
"dest_name": "awharm",
"dest_type": "text",
"description": "Harmonization Number"
},
{
"source_name": "AWCLSS",
"source_type": "CHAR(3)",
"dest_name": "awclss",
"dest_type": "text",
"description": "Inventory Class Code"
},
{
"source_name": "AWFUT3",
"source_type": "CHAR(20)",
"dest_name": "awfut3",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUT4",
"source_type": "CHAR(20)",
"dest_name": "awfut4",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUT5",
"source_type": "CHAR(20)",
"dest_name": "awfut5",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUTC",
"source_type": "CHAR(10)",
"dest_name": "awfutc",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUTD",
"source_type": "CHAR(10)",
"dest_name": "awfutd",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWUPCC",
"source_type": "CHAR(14)",
"dest_name": "awupcc",
"dest_type": "text",
"description": "UPC Code"
},
{
"source_name": "AWGTIN",
"source_type": "NUMERIC(14,0)",
"dest_name": "awgtin",
"dest_type": "numeric(14,0)",
"description": "Global Trade Item Number"
},
{
"source_name": "AWNWHT",
"source_type": "DECIMAL(11,5)",
"dest_name": "awnwht",
"dest_type": "numeric(11,5)",
"description": "Net Weight"
},
{
"source_name": "AWNWUN",
"source_type": "CHAR(3)",
"dest_name": "awnwun",
"dest_type": "text",
"description": "Net Weight Unit"
},
{
"source_name": "AWSVOL",
"source_type": "DECIMAL(15,5)",
"dest_name": "awsvol",
"dest_type": "numeric(15,5)",
"description": "Shipping Volume"
},
{
"source_name": "AWSVUN",
"source_type": "CHAR(3)",
"dest_name": "awsvun",
"dest_type": "text",
"description": "Shipping Volume Unit"
},
{
"source_name": "AWTYPE",
"source_type": "CHAR(1)",
"dest_name": "awtype",
"dest_type": "text",
"description": "Stock Type"
},
{
"source_name": "AWVEND",
"source_type": "CHAR(10)",
"dest_name": "awvend",
"dest_type": "text",
"description": "Vendor Code"
},
{
"source_name": "AWVPT#",
"source_type": "CHAR(30)",
"dest_name": "awvpt#",
"dest_type": "text",
"description": "Vendors Part #"
},
{
"source_name": "AWREV#",
"source_type": "CHAR(3)",
"dest_name": "awrev#",
"dest_type": "text",
"description": "Vendors Revision#"
},
{
"source_name": "AWENGC",
"source_type": "CHAR(11)",
"dest_name": "awengc",
"dest_type": "text",
"description": "Engineering Change #"
},
{
"source_name": "AWREVL",
"source_type": "CHAR(3)",
"dest_name": "awrevl",
"dest_type": "text",
"description": "Revision Level"
},
{
"source_name": "AWRDAT",
"source_type": "DATE",
"dest_name": "awrdat",
"dest_type": "date",
"description": "Revision Date"
},
{
"source_name": "AWFUT7",
"source_type": "CHAR(1)",
"dest_name": "awfut7",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUT8",
"source_type": "CHAR(1)",
"dest_name": "awfut8",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUTB",
"source_type": "CHAR(1)",
"dest_name": "awfutb",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWCOIL",
"source_type": "CHAR(1)",
"dest_name": "awcoil",
"dest_type": "text",
"description": "LUMP Y/N"
},
{
"source_name": "AWFUT9",
"source_type": "CHAR(1)",
"dest_name": "awfut9",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWMSPC",
"source_type": "CHAR(10)",
"dest_name": "awmspc",
"dest_type": "text",
"description": "Material Specification"
},
{
"source_name": "AWUVER",
"source_type": "CHAR(10)",
"dest_name": "awuver",
"dest_type": "text",
"description": "USRDEF Verification Template"
},
{
"source_name": "AWCATA",
"source_type": "CHAR(25)",
"dest_name": "awcata",
"dest_type": "text",
"description": "Catalog ID"
},
{
"source_name": "AWSLIF",
"source_type": "NUMERIC(4,0)",
"dest_name": "awslif",
"dest_type": "numeric(4,0)",
"description": "Shelf Life"
},
{
"source_name": "AWFUTK",
"source_type": "CHAR(1)",
"dest_name": "awfutk",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUTN",
"source_type": "CHAR(20)",
"dest_name": "awfutn",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWPPAP",
"source_type": "CHAR(1)",
"dest_name": "awppap",
"dest_type": "text",
"description": "PPAP"
},
{
"source_name": "AWDPLT",
"source_type": "CHAR(3)",
"dest_name": "awdplt",
"dest_type": "text",
"description": "Default Plant Code"
},
{
"source_name": "AWGDFL",
"source_type": "CHAR(1)",
"dest_name": "awgdfl",
"dest_type": "text",
"description": "Global Discount Flag"
},
{
"source_name": "AWVDFL",
"source_type": "CHAR(1)",
"dest_name": "awvdfl",
"dest_type": "text",
"description": "Volume Discount Flag"
},
{
"source_name": "AWWOQF",
"source_type": "CHAR(1)",
"dest_name": "awwoqf",
"dest_type": "text",
"description": "Whole Order Qty Flag"
},
{
"source_name": "AWLCOIL",
"source_type": "CHAR(1)",
"dest_name": "awlcoil",
"dest_type": "text",
"description": "Coil Y/N"
},
{
"source_name": "AWNMFC",
"source_type": "CHAR(20)",
"dest_name": "awnmfc",
"dest_type": "text",
"description": "Freight Code NMFC#"
},
{
"source_name": "AWSIZC",
"source_type": "CHAR(20)",
"dest_name": "awsizc",
"dest_type": "text",
"description": "Size Code"
},
{
"source_name": "AWSTLC",
"source_type": "CHAR(20)",
"dest_name": "awstlc",
"dest_type": "text",
"description": "Style Code"
},
{
"source_name": "AWCOLC",
"source_type": "CHAR(20)",
"dest_name": "awcolc",
"dest_type": "text",
"description": "Color Code"
},
{
"source_name": "AWASSC",
"source_type": "CHAR(10)",
"dest_name": "awassc",
"dest_type": "text",
"description": "Assembly Code"
},
{
"source_name": "AWSASC",
"source_type": "CHAR(10)",
"dest_name": "awsasc",
"dest_type": "text",
"description": "Subassembly Code"
},
{
"source_name": "AWCUSR",
"source_type": "CHAR(10)",
"dest_name": "awcusr",
"dest_type": "text",
"description": "Created By User"
},
{
"source_name": "AWCDAT",
"source_type": "DATE",
"dest_name": "awcdat",
"dest_type": "date",
"description": "Date Created"
},
{
"source_name": "AWCTME",
"source_type": "TIME",
"dest_name": "awctme",
"dest_type": "time",
"description": "Time Created"
},
{
"source_name": "AWUUSR",
"source_type": "CHAR(10)",
"dest_name": "awuusr",
"dest_type": "text",
"description": "Updated By User"
},
{
"source_name": "AWUDAT",
"source_type": "DATE",
"dest_name": "awudat",
"dest_type": "date",
"description": "Date Updated"
},
{
"source_name": "AWUTME",
"source_type": "TIME",
"dest_name": "awutme",
"dest_type": "time",
"description": "Time Updated"
},
{
"source_name": "AWFUTH",
"source_type": "NUMERIC(15,5)",
"dest_name": "awfuth",
"dest_type": "numeric(15,5)",
"description": "Future Use"
},
{
"source_name": "AWFUTI",
"source_type": "NUMERIC(15,5)",
"dest_name": "awfuti",
"dest_type": "numeric(15,5)",
"description": "Future Use"
},
{
"source_name": "AWFUT6",
"source_type": "NUMERIC(5,0)",
"dest_name": "awfut6",
"dest_type": "numeric(5,0)",
"description": "Future Use"
},
{
"source_name": "AWFUTL",
"source_type": "CHAR(1)",
"dest_name": "awfutl",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUTM",
"source_type": "CHAR(20)",
"dest_name": "awfutm",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUTO",
"source_type": "CHAR(20)",
"dest_name": "awfuto",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUTP",
"source_type": "CHAR(20)",
"dest_name": "awfutp",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUTQ",
"source_type": "DATE",
"dest_name": "awfutq",
"dest_type": "date",
"description": "Future Use"
},
{
"source_name": "AWFUTR",
"source_type": "DATE",
"dest_name": "awfutr",
"dest_type": "date",
"description": "Future Use"
},
{
"source_name": "AWLDAT",
"source_type": "DATE",
"dest_name": "awldat",
"dest_type": "date",
"description": "NOT USED"
},
{
"source_name": "AWLOTF",
"source_type": "CHAR(1)",
"dest_name": "awlotf",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AWSERF",
"source_type": "CHAR(1)",
"dest_name": "awserf",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AWOLDD",
"source_type": "CHAR(10)",
"dest_name": "awoldd",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AWBK02",
"source_type": "CHAR(10)",
"dest_name": "awbk02",
"dest_type": "text",
"description": "AWBK02"
},
{
"source_name": "AWOLDD2",
"source_type": "CHAR(10)",
"dest_name": "awoldd2",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AWDISC",
"source_type": "CHAR(1)",
"dest_name": "awdisc",
"dest_type": "text",
"description": "Discount Code"
},
{
"source_name": "AWORIG",
"source_type": "CHAR(3)",
"dest_name": "aworig",
"dest_type": "text",
"description": "Country of Origin Code"
},
{
"source_name": "AWFEDC",
"source_type": "CHAR(3)",
"dest_name": "awfedc",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AWTAXR",
"source_type": "CHAR(1)",
"dest_name": "awtaxr",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AWBK01",
"source_type": "CHAR(1)",
"dest_name": "awbk01",
"dest_type": "text",
"description": "AWBK01"
},
{
"source_name": "AWBK03",
"source_type": "CHAR(2)",
"dest_name": "awbk03",
"dest_type": "text",
"description": "AWBK03"
},
{
"source_name": "AWBK04",
"source_type": "CHAR(16)",
"dest_name": "awbk04",
"dest_type": "text",
"description": "AWBK04"
},
{
"source_name": "AWBK05",
"source_type": "CHAR(26)",
"dest_name": "awbk05",
"dest_type": "text",
"description": "AWBK05"
},
{
"source_name": "AWINVT",
"source_type": "CHAR(1)",
"dest_name": "awinvt",
"dest_type": "text",
"description": "Inventory Type"
},
{
"source_name": "AWCONV",
"source_type": "DECIMAL(9,4)",
"dest_name": "awconv",
"dest_type": "numeric(9,4)",
"description": "Conversion Factor"
},
{
"source_name": "AWUNTO",
"source_type": "CHAR(3)",
"dest_name": "awunto",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWREQC",
"source_type": "CHAR(10)",
"dest_name": "awreqc",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWOPTR",
"source_type": "DECIMAL(15,5)",
"dest_name": "awoptr",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AWLEAD",
"source_type": "NUMERIC(3,0)",
"dest_name": "awlead",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWCORG",
"source_type": "CHAR(3)",
"dest_name": "awcorg",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWCNTR",
"source_type": "CHAR(3)",
"dest_name": "awcntr",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWOLA",
"source_type": "NUMERIC(3,0)",
"dest_name": "awola",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWUNTP",
"source_type": "CHAR(3)",
"dest_name": "awuntp",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWSHRK",
"source_type": "NUMERIC(5,3)",
"dest_name": "awshrk",
"dest_type": "numeric(5,3)",
"description": "PLACE MARKER"
},
{
"source_name": "AWLVL",
"source_type": "NUMERIC(2,0)",
"dest_name": "awlvl",
"dest_type": "numeric(2,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWMOQT",
"source_type": "DECIMAL(15,5)",
"dest_name": "awmoqt",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AWPACK",
"source_type": "DECIMAL(15,5)",
"dest_name": "awpack",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AWPACU",
"source_type": "CHAR(3)",
"dest_name": "awpacu",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWPRPT",
"source_type": "NUMERIC(3,0)",
"dest_name": "awprpt",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWBUYR",
"source_type": "CHAR(10)",
"dest_name": "awbuyr",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWAUTY",
"source_type": "CHAR(1)",
"dest_name": "awauty",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWMPQT",
"source_type": "DECIMAL(15,5)",
"dest_name": "awmpqt",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AWABCC",
"source_type": "CHAR(1)",
"dest_name": "awabcc",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWSTAT",
"source_type": "CHAR(1)",
"dest_name": "awstat",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWPROC",
"source_type": "CHAR(8)",
"dest_name": "awproc",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWLRSP",
"source_type": "CHAR(1)",
"dest_name": "awlrsp",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWLRSC",
"source_type": "NUMERIC(3,0)",
"dest_name": "awlrsc",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWLRSF",
"source_type": "CHAR(3)",
"dest_name": "awlrsf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWLRMP",
"source_type": "CHAR(1)",
"dest_name": "awlrmp",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWLRMC",
"source_type": "NUMERIC(3,0)",
"dest_name": "awlrmc",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWLRMF",
"source_type": "CHAR(3)",
"dest_name": "awlrmf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWLWSP",
"source_type": "CHAR(1)",
"dest_name": "awlwsp",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWLWSC",
"source_type": "NUMERIC(3,0)",
"dest_name": "awlwsc",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWLWSF",
"source_type": "CHAR(3)",
"dest_name": "awlwsf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWLCSP",
"source_type": "CHAR(1)",
"dest_name": "awlcsp",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWLCSC",
"source_type": "NUMERIC(3,0)",
"dest_name": "awlcsc",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWLCSF",
"source_type": "CHAR(3)",
"dest_name": "awlcsf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWLCMP",
"source_type": "CHAR(1)",
"dest_name": "awlcmp",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWLCMC",
"source_type": "NUMERIC(3,0)",
"dest_name": "awlcmc",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWLCMF",
"source_type": "CHAR(3)",
"dest_name": "awlcmf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWLSSC",
"source_type": "NUMERIC(3,0)",
"dest_name": "awlssc",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWLSSF",
"source_type": "CHAR(3)",
"dest_name": "awlssf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWLSMP",
"source_type": "CHAR(1)",
"dest_name": "awlsmp",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWLSMC",
"source_type": "NUMERIC(3,0)",
"dest_name": "awlsmc",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWLSMF",
"source_type": "CHAR(3)",
"dest_name": "awlsmf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWMPCK",
"source_type": "DECIMAL(15,5)",
"dest_name": "awmpck",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AWMPKU",
"source_type": "CHAR(3)",
"dest_name": "awmpku",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUTJ",
"source_type": "CHAR(1)",
"dest_name": "awfutj",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUTG",
"source_type": "NUMERIC(15,5)",
"dest_name": "awfutg",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AWDBUY",
"source_type": "CHAR(1)",
"dest_name": "awdbuy",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWPERC",
"source_type": "NUMERIC(8,5)",
"dest_name": "awperc",
"dest_type": "numeric(8,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AWREAS",
"source_type": "CHAR(2)",
"dest_name": "awreas",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT1",
"source_type": "CHAR(6)",
"dest_name": "awfut1",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT2",
"source_type": "CHAR(6)",
"dest_name": "awfut2",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWALTF",
"source_type": "NUMERIC(3,0)",
"dest_name": "awaltf",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWFTMF",
"source_type": "NUMERIC(3,0)",
"dest_name": "awftmf",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWRECU",
"source_type": "CHAR(3)",
"dest_name": "awrecu",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWRECC",
"source_type": "CHAR(3)",
"dest_name": "awrecc",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWPSOR",
"source_type": "CHAR(3)",
"dest_name": "awpsor",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUTA",
"source_type": "CHAR(1)",
"dest_name": "awfuta",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWSCDT",
"source_type": "CHAR(1)",
"dest_name": "awscdt",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWDRWS",
"source_type": "CHAR(1)",
"dest_name": "awdrws",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWDRWL",
"source_type": "CHAR(4)",
"dest_name": "awdrwl",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWDENC",
"source_type": "CHAR(11)",
"dest_name": "awdenc",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWDREL",
"source_type": "CHAR(3)",
"dest_name": "awdrel",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWDDAT",
"source_type": "DATE",
"dest_name": "awddat",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AWDRWS2",
"source_type": "CHAR(1)",
"dest_name": "awdrws2",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWDRWL2",
"source_type": "CHAR(4)",
"dest_name": "awdrwl2",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWDENC2",
"source_type": "CHAR(11)",
"dest_name": "awdenc2",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWDREL2",
"source_type": "CHAR(3)",
"dest_name": "awdrel2",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWDDAT2",
"source_type": "DATE",
"dest_name": "awddat2",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUTE",
"source_type": "CHAR(20)",
"dest_name": "awfute",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUTF",
"source_type": "CHAR(20)",
"dest_name": "awfutf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWSTCL",
"source_type": "CHAR(3)",
"dest_name": "awstcl",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWVLCD",
"source_type": "CHAR(3)",
"dest_name": "awvlcd",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWSPPP",
"source_type": "NUMERIC(4,0)",
"dest_name": "awsppp",
"dest_type": "numeric(4,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWSPPC",
"source_type": "CHAR(50)",
"dest_name": "awsppc",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWMPPP",
"source_type": "NUMERIC(4,0)",
"dest_name": "awmppp",
"dest_type": "numeric(4,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWMPPC",
"source_type": "CHAR(50)",
"dest_name": "awmppc",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFLG01",
"source_type": "CHAR(1)",
"dest_name": "awflg01",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFLG02",
"source_type": "CHAR(1)",
"dest_name": "awflg02",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFLG03",
"source_type": "CHAR(1)",
"dest_name": "awflg03",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFLG04",
"source_type": "CHAR(1)",
"dest_name": "awflg04",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFLG05",
"source_type": "CHAR(1)",
"dest_name": "awflg05",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFLG06",
"source_type": "CHAR(1)",
"dest_name": "awflg06",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFLG07",
"source_type": "CHAR(1)",
"dest_name": "awflg07",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFLG08",
"source_type": "CHAR(1)",
"dest_name": "awflg08",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFLG09",
"source_type": "CHAR(1)",
"dest_name": "awflg09",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFLG10",
"source_type": "CHAR(1)",
"dest_name": "awflg10",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT01",
"source_type": "CHAR(3)",
"dest_name": "awfut01",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT02",
"source_type": "CHAR(3)",
"dest_name": "awfut02",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT03",
"source_type": "CHAR(3)",
"dest_name": "awfut03",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT04",
"source_type": "CHAR(3)",
"dest_name": "awfut04",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT05",
"source_type": "CHAR(3)",
"dest_name": "awfut05",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT06",
"source_type": "CHAR(5)",
"dest_name": "awfut06",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT07",
"source_type": "CHAR(5)",
"dest_name": "awfut07",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT08",
"source_type": "CHAR(5)",
"dest_name": "awfut08",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT09",
"source_type": "CHAR(5)",
"dest_name": "awfut09",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT10",
"source_type": "CHAR(5)",
"dest_name": "awfut10",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT11",
"source_type": "CHAR(10)",
"dest_name": "awfut11",
"dest_type": "text",
"description": "Product Family"
},
{
"source_name": "AWFUT12",
"source_type": "CHAR(10)",
"dest_name": "awfut12",
"dest_type": "text",
"description": "Product Type"
},
{
"source_name": "AWFUT13",
"source_type": "CHAR(10)",
"dest_name": "awfut13",
"dest_type": "text",
"description": "Product Group"
},
{
"source_name": "AWFUT14",
"source_type": "CHAR(10)",
"dest_name": "awfut14",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT15",
"source_type": "CHAR(10)",
"dest_name": "awfut15",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT16",
"source_type": "CHAR(20)",
"dest_name": "awfut16",
"dest_type": "text",
"description": "Product Detail"
},
{
"source_name": "AWFUT17",
"source_type": "CHAR(20)",
"dest_name": "awfut17",
"dest_type": "text",
"description": "Product Brand"
},
{
"source_name": "AWFUT18",
"source_type": "CHAR(20)",
"dest_name": "awfut18",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT19",
"source_type": "CHAR(20)",
"dest_name": "awfut19",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT20",
"source_type": "CHAR(20)",
"dest_name": "awfut20",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT21",
"source_type": "CHAR(30)",
"dest_name": "awfut21",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT22",
"source_type": "CHAR(30)",
"dest_name": "awfut22",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT23",
"source_type": "CHAR(30)",
"dest_name": "awfut23",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT24",
"source_type": "CHAR(30)",
"dest_name": "awfut24",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT25",
"source_type": "CHAR(30)",
"dest_name": "awfut25",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT26",
"source_type": "NUMERIC(10,0)",
"dest_name": "awfut26",
"dest_type": "numeric(10,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT27",
"source_type": "NUMERIC(10,0)",
"dest_name": "awfut27",
"dest_type": "numeric(10,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT28",
"source_type": "NUMERIC(10,0)",
"dest_name": "awfut28",
"dest_type": "numeric(10,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT29",
"source_type": "NUMERIC(10,0)",
"dest_name": "awfut29",
"dest_type": "numeric(10,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT30",
"source_type": "NUMERIC(10,0)",
"dest_name": "awfut30",
"dest_type": "numeric(10,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT31",
"source_type": "NUMERIC(15,0)",
"dest_name": "awfut31",
"dest_type": "numeric(15,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT32",
"source_type": "NUMERIC(15,0)",
"dest_name": "awfut32",
"dest_type": "numeric(15,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT33",
"source_type": "NUMERIC(15,0)",
"dest_name": "awfut33",
"dest_type": "numeric(15,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT34",
"source_type": "NUMERIC(15,0)",
"dest_name": "awfut34",
"dest_type": "numeric(15,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT35",
"source_type": "NUMERIC(15,0)",
"dest_name": "awfut35",
"dest_type": "numeric(15,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT36",
"source_type": "DATE",
"dest_name": "awfut36",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT37",
"source_type": "DATE",
"dest_name": "awfut37",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT38",
"source_type": "DATE",
"dest_name": "awfut38",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT39",
"source_type": "DATE",
"dest_name": "awfut39",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT40",
"source_type": "DATE",
"dest_name": "awfut40",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT41",
"source_type": "TIME",
"dest_name": "awfut41",
"dest_type": "time",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT42",
"source_type": "TIME",
"dest_name": "awfut42",
"dest_type": "time",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT43",
"source_type": "TIME",
"dest_name": "awfut43",
"dest_type": "time",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT44",
"source_type": "TIME",
"dest_name": "awfut44",
"dest_type": "time",
"description": "PLACE MARKER"
},
{
"source_name": "AWFUT45",
"source_type": "TIME",
"dest_name": "awfut45",
"dest_type": "time",
"description": "PLACE MARKER"
},
{
"source_name": "AWUDFT",
"source_type": "CHAR(1)",
"dest_name": "awudft",
"dest_type": "text",
"description": "Unit Defaults"
},
{
"source_name": "AWFRML",
"source_type": "CHAR(6)",
"dest_name": "awfrml",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AWHAZA",
"source_type": "CHAR(1)",
"dest_name": "awhaza",
"dest_type": "text",
"description": "Hazardous"
},
{
"source_name": "AWLLED",
"source_type": "NUMERIC(3,0)",
"dest_name": "awlled",
"dest_type": "numeric(3,0)",
"description": "Longest Lead Time (in days)"
},
{
"source_name": "AWDBAC",
"source_type": "CHAR(1)",
"dest_name": "awdbac",
"dest_type": "text",
"description": "Direct Buy Action Code"
},
{
"source_name": "AWSCDPT",
"source_type": "CHAR(1)",
"dest_name": "awscdpt",
"dest_type": "text",
"description": "SCD Part"
},
{
"source_name": "AWFIFO",
"source_type": "CHAR(1)",
"dest_name": "awfifo",
"dest_type": "text",
"description": "FIFO Tracking"
},
{
"source_name": "AWANTID",
"source_type": "CHAR(1)",
"dest_name": "awantid",
"dest_type": "text",
"description": "Anti-Dumping Tracking"
},
{
"source_name": "AWSUBT",
"source_type": "CHAR(1)",
"dest_name": "awsubt",
"dest_type": "text",
"description": "Dumping Subject"
},
{
"source_name": "AWPRCL",
"source_type": "CHAR(1)",
"dest_name": "awprcl",
"dest_type": "text",
"description": "Price Lock"
},
{
"source_name": "AWOTP",
"source_type": "CHAR(1)",
"dest_name": "awotp",
"dest_type": "text",
"description": "One-Time Part"
},
{
"source_name": "AWCBYL",
"source_type": "CHAR(1)",
"dest_name": "awcbyl",
"dest_type": "text",
"description": "Consumed By Length"
},
{
"source_name": "AWSRVC",
"source_type": "CHAR(1)",
"dest_name": "awsrvc",
"dest_type": "text",
"description": "Service Charge Part"
},
{
"source_name": "AWSPAL",
"source_type": "CHAR(1)",
"dest_name": "awspal",
"dest_type": "text",
"description": "Separate PO-AP for Received Lump"
},
{
"source_name": "AWPGRP",
"source_type": "CHAR(20)",
"dest_name": "awpgrp",
"dest_type": "text",
"description": "Commodity Category Code"
},
{
"source_name": "AWUPN",
"source_type": "CHAR(18)",
"dest_name": "awupn",
"dest_type": "text",
"description": "Universal Product Number"
},
{
"source_name": "AWUEQG",
"source_type": "CHAR(1)",
"dest_name": "awueqg",
"dest_type": "text",
"description": "Set UPN Same as GTIN"
},
{
"source_name": "AWMROT",
"source_type": "CHAR(1)",
"dest_name": "awmrot",
"dest_type": "text",
"description": "MRO Type"
},
{
"source_name": "AWFUT54",
"source_type": "CHAR(10)",
"dest_name": "awfut54",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUT55",
"source_type": "CHAR(10)",
"dest_name": "awfut55",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUT56",
"source_type": "CHAR(20)",
"dest_name": "awfut56",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUT57",
"source_type": "CHAR(20)",
"dest_name": "awfut57",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUT58",
"source_type": "CHAR(1)",
"dest_name": "awfut58",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWFUT59",
"source_type": "CHAR(1)",
"dest_name": "awfut59",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AWMFRC",
"source_type": "CHAR(10)",
"dest_name": "awmfrc",
"dest_type": "text",
"description": "Manufacturer Code"
},
{
"source_name": "AWATFR",
"source_type": "CHAR(1)",
"dest_name": "awatfr",
"dest_type": "text",
"description": "ATF Restricted"
},
{
"source_name": "AWBBKRQ",
"source_type": "CHAR(1)",
"dest_name": "awbbkrq",
"dest_type": "text",
"description": "Bound Book Required"
},
{
"source_name": "AWMLBLC",
"source_type": "CHAR(1)",
"dest_name": "awmlblc",
"dest_type": "text",
"description": "Manual Label Creation Control"
},
{
"source_name": "AWROHSCT",
"source_type": "CHAR(1)",
"dest_name": "awrohsct",
"dest_type": "text",
"description": "RoHS Certificate"
},
{
"source_name": "AWROHSCF",
"source_type": "CHAR(1)",
"dest_name": "awrohscf",
"dest_type": "text",
"description": "RoHS Certified"
},
{
"source_name": "AWBBKINT",
"source_type": "CHAR(2)",
"dest_name": "awbbkint",
"dest_type": "text",
"description": "Bound Book Initial Condition"
},
{
"source_name": "AWMFCOR",
"source_type": "CHAR(3)",
"dest_name": "awmfcor",
"dest_type": "text",
"description": "Manufacturing Country of Origin"
},
{
"source_name": "AWMFPOR",
"source_type": "CHAR(3)",
"dest_name": "awmfpor",
"dest_type": "text",
"description": "Manufacturer Province of Origin"
},
{
"source_name": "AWMFRMC",
"source_type": "CHAR(30)",
"dest_name": "awmfrmc",
"dest_type": "text",
"description": "Manufacturer Model Code"
},
{
"source_name": "AWMFRMS",
"source_type": "CHAR(30)",
"dest_name": "awmfrms",
"dest_type": "text",
"description": "Manufacturer Model Style Code"
}
],
"watermarks": [],
"hooks": []
}