pipekit/config/modules/stkmm.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

1732 lines
42 KiB
JSON

{
"name": "stkmm",
"source_connection": "S78030956",
"dest_connection": "usmidsap02",
"dest_table": "cms.stkmm",
"staging_table": "pipekit_staging.stkmm",
"merge_strategy": "full",
"merge_key": null,
"enabled": 1,
"dest_description": "Global Item Master-Manufactured Parts 6.0",
"description": "Item Master - Manufactured",
"columns": [
{
"source_name": "AVPART",
"source_type": "CHAR(20)",
"dest_name": "avpart",
"dest_type": "text",
"description": "Part Number"
},
{
"source_name": "AVDES1",
"source_type": "CHAR(30)",
"dest_name": "avdes1",
"dest_type": "text",
"description": "Description 1"
},
{
"source_name": "AVDES2",
"source_type": "CHAR(30)",
"dest_name": "avdes2",
"dest_type": "text",
"description": "Description 2"
},
{
"source_name": "AVDES3",
"source_type": "CHAR(30)",
"dest_name": "avdes3",
"dest_type": "text",
"description": "Description 3"
},
{
"source_name": "AVUNTI",
"source_type": "CHAR(3)",
"dest_name": "avunti",
"dest_type": "text",
"description": "Dft Unit of Issue"
},
{
"source_name": "AVMAJG",
"source_type": "CHAR(3)",
"dest_name": "avmajg",
"dest_type": "text",
"description": "Major Group Code"
},
{
"source_name": "AVMING",
"source_type": "CHAR(3)",
"dest_name": "avming",
"dest_type": "text",
"description": "Minor Group Code"
},
{
"source_name": "AVMAJS",
"source_type": "CHAR(3)",
"dest_name": "avmajs",
"dest_type": "text",
"description": "Major Sales Code"
},
{
"source_name": "AVMINS",
"source_type": "CHAR(3)",
"dest_name": "avmins",
"dest_type": "text",
"description": "Minor Sales Code"
},
{
"source_name": "AVGLCD",
"source_type": "CHAR(3)",
"dest_name": "avglcd",
"dest_type": "text",
"description": "G/L Sales Code"
},
{
"source_name": "AVGLED",
"source_type": "CHAR(3)",
"dest_name": "avgled",
"dest_type": "text",
"description": "G/L Expense Code"
},
{
"source_name": "AVHARM",
"source_type": "CHAR(13)",
"dest_name": "avharm",
"dest_type": "text",
"description": "Harmonization #"
},
{
"source_name": "AVCLSS",
"source_type": "CHAR(3)",
"dest_name": "avclss",
"dest_type": "text",
"description": "Inventory Class Code"
},
{
"source_name": "AVFUT3",
"source_type": "CHAR(20)",
"dest_name": "avfut3",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFUT4",
"source_type": "CHAR(20)",
"dest_name": "avfut4",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFUT5",
"source_type": "CHAR(20)",
"dest_name": "avfut5",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFUTC",
"source_type": "CHAR(10)",
"dest_name": "avfutc",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFUTD",
"source_type": "CHAR(10)",
"dest_name": "avfutd",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVUPCC",
"source_type": "CHAR(14)",
"dest_name": "avupcc",
"dest_type": "text",
"description": "UPC Code"
},
{
"source_name": "AVGTIN",
"source_type": "NUMERIC(14,0)",
"dest_name": "avgtin",
"dest_type": "numeric(14,0)",
"description": "Global Trade Item Number"
},
{
"source_name": "AVNWHT",
"source_type": "DECIMAL(11,5)",
"dest_name": "avnwht",
"dest_type": "numeric(11,5)",
"description": "Net Weight"
},
{
"source_name": "AVNWUN",
"source_type": "CHAR(3)",
"dest_name": "avnwun",
"dest_type": "text",
"description": "Net Weight Unit"
},
{
"source_name": "AVSVOL",
"source_type": "DECIMAL(15,5)",
"dest_name": "avsvol",
"dest_type": "numeric(15,5)",
"description": "Shipping Volume"
},
{
"source_name": "AVSVUN",
"source_type": "CHAR(3)",
"dest_name": "avsvun",
"dest_type": "text",
"description": "Shipping Volume Unit"
},
{
"source_name": "AVENGC",
"source_type": "CHAR(11)",
"dest_name": "avengc",
"dest_type": "text",
"description": "Engineering Change #"
},
{
"source_name": "AVREVL",
"source_type": "CHAR(3)",
"dest_name": "avrevl",
"dest_type": "text",
"description": "Revision Level"
},
{
"source_name": "AVRDAT",
"source_type": "DATE",
"dest_name": "avrdat",
"dest_type": "date",
"description": "Revision Date"
},
{
"source_name": "AVCOIL",
"source_type": "CHAR(1)",
"dest_name": "avcoil",
"dest_type": "text",
"description": "LUMP Y/N"
},
{
"source_name": "AVFUT9",
"source_type": "CHAR(1)",
"dest_name": "avfut9",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVMSPC",
"source_type": "CHAR(10)",
"dest_name": "avmspc",
"dest_type": "text",
"description": "Material Specification"
},
{
"source_name": "AVSLIF",
"source_type": "NUMERIC(4,0)",
"dest_name": "avslif",
"dest_type": "numeric(4,0)",
"description": "Shelf Life"
},
{
"source_name": "AVDPLT",
"source_type": "CHAR(3)",
"dest_name": "avdplt",
"dest_type": "text",
"description": "Default Plant Code"
},
{
"source_name": "AVUVER",
"source_type": "CHAR(10)",
"dest_name": "avuver",
"dest_type": "text",
"description": "USRDEF Verification Template"
},
{
"source_name": "AVCATA",
"source_type": "CHAR(25)",
"dest_name": "avcata",
"dest_type": "text",
"description": "Catalog ID"
},
{
"source_name": "AVFEDC",
"source_type": "CHAR(3)",
"dest_name": "avfedc",
"dest_type": "text",
"description": "Tax Group Code"
},
{
"source_name": "AVTAXR",
"source_type": "CHAR(1)",
"dest_name": "avtaxr",
"dest_type": "text",
"description": "Tax Rate Code"
},
{
"source_name": "AVCUST",
"source_type": "CHAR(8)",
"dest_name": "avcust",
"dest_type": "text",
"description": "Customer Code"
},
{
"source_name": "AVCPT#",
"source_type": "CHAR(30)",
"dest_name": "avcpt#",
"dest_type": "text",
"description": "Customer Part Number"
},
{
"source_name": "AVREV#",
"source_type": "CHAR(3)",
"dest_name": "avrev#",
"dest_type": "text",
"description": "Customer Revision"
},
{
"source_name": "AVFUT7",
"source_type": "CHAR(1)",
"dest_name": "avfut7",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFUT8",
"source_type": "CHAR(1)",
"dest_name": "avfut8",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFUTB",
"source_type": "CHAR(1)",
"dest_name": "avfutb",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVLDAT",
"source_type": "DATE",
"dest_name": "avldat",
"dest_type": "date",
"description": "NOT USED"
},
{
"source_name": "AVTYPE",
"source_type": "CHAR(1)",
"dest_name": "avtype",
"dest_type": "text",
"description": "Stock Type"
},
{
"source_name": "AVFUTK",
"source_type": "CHAR(1)",
"dest_name": "avfutk",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFUTN",
"source_type": "CHAR(20)",
"dest_name": "avfutn",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVPPAP",
"source_type": "CHAR(1)",
"dest_name": "avppap",
"dest_type": "text",
"description": "PPAP"
},
{
"source_name": "AVCUSR",
"source_type": "CHAR(10)",
"dest_name": "avcusr",
"dest_type": "text",
"description": "Created By User"
},
{
"source_name": "AVCDAT",
"source_type": "DATE",
"dest_name": "avcdat",
"dest_type": "date",
"description": "Date Created"
},
{
"source_name": "AVCTME",
"source_type": "TIME",
"dest_name": "avctme",
"dest_type": "time",
"description": "Time Created"
},
{
"source_name": "AVUUSR",
"source_type": "CHAR(10)",
"dest_name": "avuusr",
"dest_type": "text",
"description": "Updated By User"
},
{
"source_name": "AVUDAT",
"source_type": "DATE",
"dest_name": "avudat",
"dest_type": "date",
"description": "Date Updated"
},
{
"source_name": "AVUTME",
"source_type": "TIME",
"dest_name": "avutme",
"dest_type": "time",
"description": "Time Updated"
},
{
"source_name": "AVSIZC",
"source_type": "CHAR(20)",
"dest_name": "avsizc",
"dest_type": "text",
"description": "Size Code"
},
{
"source_name": "AVSTLC",
"source_type": "CHAR(20)",
"dest_name": "avstlc",
"dest_type": "text",
"description": "Style Code"
},
{
"source_name": "AVCOLC",
"source_type": "CHAR(20)",
"dest_name": "avcolc",
"dest_type": "text",
"description": "Color Code"
},
{
"source_name": "AVASSC",
"source_type": "CHAR(10)",
"dest_name": "avassc",
"dest_type": "text",
"description": "Assembly Code"
},
{
"source_name": "AVSASC",
"source_type": "CHAR(10)",
"dest_name": "avsasc",
"dest_type": "text",
"description": "Subassembly Code"
},
{
"source_name": "AVLCOIL",
"source_type": "CHAR(1)",
"dest_name": "avlcoil",
"dest_type": "text",
"description": "Coil Y/N"
},
{
"source_name": "AVGDFL",
"source_type": "CHAR(1)",
"dest_name": "avgdfl",
"dest_type": "text",
"description": "Global Discount Flag"
},
{
"source_name": "AVVDFL",
"source_type": "CHAR(1)",
"dest_name": "avvdfl",
"dest_type": "text",
"description": "Volume Discount Flag"
},
{
"source_name": "AVWOQF",
"source_type": "CHAR(1)",
"dest_name": "avwoqf",
"dest_type": "text",
"description": "Whole Order Qty Flag"
},
{
"source_name": "AVNMFC",
"source_type": "CHAR(20)",
"dest_name": "avnmfc",
"dest_type": "text",
"description": "Freight Code NMFC#"
},
{
"source_name": "AVFUTH",
"source_type": "NUMERIC(15,5)",
"dest_name": "avfuth",
"dest_type": "numeric(15,5)",
"description": "Future Use"
},
{
"source_name": "AVFUTI",
"source_type": "NUMERIC(15,5)",
"dest_name": "avfuti",
"dest_type": "numeric(15,5)",
"description": "Future Use"
},
{
"source_name": "AVFUTL",
"source_type": "CHAR(1)",
"dest_name": "avfutl",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFUTM",
"source_type": "CHAR(20)",
"dest_name": "avfutm",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFUTP",
"source_type": "CHAR(20)",
"dest_name": "avfutp",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFUTQ",
"source_type": "DATE",
"dest_name": "avfutq",
"dest_type": "date",
"description": "Future Use"
},
{
"source_name": "AVFUTR",
"source_type": "DATE",
"dest_name": "avfutr",
"dest_type": "date",
"description": "Future Use"
},
{
"source_name": "AVPRUN",
"source_type": "DECIMAL(5,0)",
"dest_name": "avprun",
"dest_type": "numeric(5,0)",
"description": "Production Runs"
},
{
"source_name": "AVTOTP",
"source_type": "DECIMAL(15,5)",
"dest_name": "avtotp",
"dest_type": "numeric(15,5)",
"description": "Total Produced"
},
{
"source_name": "AVDISC",
"source_type": "CHAR(1)",
"dest_name": "avdisc",
"dest_type": "text",
"description": "Discount Code"
},
{
"source_name": "AVINVT",
"source_type": "CHAR(1)",
"dest_name": "avinvt",
"dest_type": "text",
"description": "Inventory Type"
},
{
"source_name": "AVBK01",
"source_type": "CHAR(1)",
"dest_name": "avbk01",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AVBILL",
"source_type": "CHAR(1)",
"dest_name": "avbill",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AVBK04",
"source_type": "CHAR(4)",
"dest_name": "avbk04",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AVBK06",
"source_type": "CHAR(1)",
"dest_name": "avbk06",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AVOLDD",
"source_type": "CHAR(10)",
"dest_name": "avoldd",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AVOLDD2",
"source_type": "CHAR(10)",
"dest_name": "avoldd2",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AVLOTF",
"source_type": "CHAR(1)",
"dest_name": "avlotf",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AVSERF",
"source_type": "CHAR(1)",
"dest_name": "avserf",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AVORIG",
"source_type": "CHAR(3)",
"dest_name": "avorig",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "AVPLAN",
"source_type": "CHAR(10)",
"dest_name": "avplan",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVMINQ",
"source_type": "DECIMAL(15,5)",
"dest_name": "avminq",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AVMAXQ",
"source_type": "DECIMAL(15,5)",
"dest_name": "avmaxq",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AVLEAD",
"source_type": "NUMERIC(3,0)",
"dest_name": "avlead",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVSCDT",
"source_type": "CHAR(1)",
"dest_name": "avscdt",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVESTV",
"source_type": "DECIMAL(15,5)",
"dest_name": "avestv",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AVCNTR",
"source_type": "CHAR(3)",
"dest_name": "avcntr",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVUNTP",
"source_type": "CHAR(3)",
"dest_name": "avuntp",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVLVL",
"source_type": "NUMERIC(2,0)",
"dest_name": "avlvl",
"dest_type": "numeric(2,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVMOQT",
"source_type": "DECIMAL(15,5)",
"dest_name": "avmoqt",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AVPACK",
"source_type": "DECIMAL(15,5)",
"dest_name": "avpack",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AVPACU",
"source_type": "CHAR(3)",
"dest_name": "avpacu",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVPRPT",
"source_type": "NUMERIC(3,0)",
"dest_name": "avprpt",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVKITC",
"source_type": "CHAR(1)",
"dest_name": "avkitc",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVPROC",
"source_type": "CHAR(8)",
"dest_name": "avproc",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVLRSP",
"source_type": "CHAR(1)",
"dest_name": "avlrsp",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVLRSC",
"source_type": "NUMERIC(3,0)",
"dest_name": "avlrsc",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVLRSF",
"source_type": "CHAR(3)",
"dest_name": "avlrsf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVLRMP",
"source_type": "CHAR(1)",
"dest_name": "avlrmp",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVLRMC",
"source_type": "NUMERIC(3,0)",
"dest_name": "avlrmc",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVLRMF",
"source_type": "CHAR(3)",
"dest_name": "avlrmf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVLWSP",
"source_type": "CHAR(1)",
"dest_name": "avlwsp",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVLWSC",
"source_type": "NUMERIC(3,0)",
"dest_name": "avlwsc",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVLWSF",
"source_type": "CHAR(3)",
"dest_name": "avlwsf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVLCSP",
"source_type": "CHAR(1)",
"dest_name": "avlcsp",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVLCSC",
"source_type": "NUMERIC(3,0)",
"dest_name": "avlcsc",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVLCSF",
"source_type": "CHAR(3)",
"dest_name": "avlcsf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVLCMP",
"source_type": "CHAR(1)",
"dest_name": "avlcmp",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVLCMC",
"source_type": "NUMERIC(3,0)",
"dest_name": "avlcmc",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVLCMF",
"source_type": "CHAR(3)",
"dest_name": "avlcmf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVLSSC",
"source_type": "NUMERIC(3,0)",
"dest_name": "avlssc",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVLSSF",
"source_type": "CHAR(3)",
"dest_name": "avlssf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVLSMP",
"source_type": "CHAR(1)",
"dest_name": "avlsmp",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVLSMC",
"source_type": "NUMERIC(3,0)",
"dest_name": "avlsmc",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVLSMF",
"source_type": "CHAR(3)",
"dest_name": "avlsmf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVMPCK",
"source_type": "DECIMAL(15,5)",
"dest_name": "avmpck",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AVMPKU",
"source_type": "CHAR(3)",
"dest_name": "avmpku",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVALTF",
"source_type": "NUMERIC(3,0)",
"dest_name": "avaltf",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVDBUY",
"source_type": "CHAR(1)",
"dest_name": "avdbuy",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT1",
"source_type": "CHAR(6)",
"dest_name": "avfut1",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT2",
"source_type": "CHAR(6)",
"dest_name": "avfut2",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT6",
"source_type": "NUMERIC(5,0)",
"dest_name": "avfut6",
"dest_type": "numeric(5,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUTA",
"source_type": "CHAR(1)",
"dest_name": "avfuta",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUTG",
"source_type": "NUMERIC(15,5)",
"dest_name": "avfutg",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AVRECU",
"source_type": "CHAR(3)",
"dest_name": "avrecu",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFTMF",
"source_type": "NUMERIC(3,0)",
"dest_name": "avftmf",
"dest_type": "numeric(3,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVRECC",
"source_type": "CHAR(3)",
"dest_name": "avrecc",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUTJ",
"source_type": "CHAR(1)",
"dest_name": "avfutj",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVABCC",
"source_type": "CHAR(1)",
"dest_name": "avabcc",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVCORG",
"source_type": "CHAR(3)",
"dest_name": "avcorg",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVPERC",
"source_type": "NUMERIC(8,5)",
"dest_name": "avperc",
"dest_type": "numeric(8,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AVOPTR",
"source_type": "DECIMAL(15,5)",
"dest_name": "avoptr",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AVMULT",
"source_type": "DECIMAL(5,0)",
"dest_name": "avmult",
"dest_type": "numeric(5,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVMINR",
"source_type": "NUMERIC(15,5)",
"dest_name": "avminr",
"dest_type": "numeric(15,5)",
"description": "PLACE MARKER"
},
{
"source_name": "AVSHRK",
"source_type": "NUMERIC(5,3)",
"dest_name": "avshrk",
"dest_type": "numeric(5,3)",
"description": "PLACE MARKER"
},
{
"source_name": "AVSTAT",
"source_type": "CHAR(1)",
"dest_name": "avstat",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVREAS",
"source_type": "CHAR(2)",
"dest_name": "avreas",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVSPDT",
"source_type": "DATE",
"dest_name": "avspdt",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AVBBDT",
"source_type": "DATE",
"dest_name": "avbbdt",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AVPSOR",
"source_type": "CHAR(3)",
"dest_name": "avpsor",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUTO",
"source_type": "CHAR(20)",
"dest_name": "avfuto",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVDRWS",
"source_type": "CHAR(1)",
"dest_name": "avdrws",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVDRWL",
"source_type": "CHAR(4)",
"dest_name": "avdrwl",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVDENC",
"source_type": "CHAR(11)",
"dest_name": "avdenc",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVDREL",
"source_type": "CHAR(3)",
"dest_name": "avdrel",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVDDAT",
"source_type": "DATE",
"dest_name": "avddat",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUTE",
"source_type": "CHAR(20)",
"dest_name": "avfute",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVDRWS2",
"source_type": "CHAR(1)",
"dest_name": "avdrws2",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVDRWL2",
"source_type": "CHAR(4)",
"dest_name": "avdrwl2",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVDENC2",
"source_type": "CHAR(11)",
"dest_name": "avdenc2",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVDREL2",
"source_type": "CHAR(3)",
"dest_name": "avdrel2",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVDDAT2",
"source_type": "DATE",
"dest_name": "avddat2",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUTF",
"source_type": "CHAR(20)",
"dest_name": "avfutf",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVSTCL",
"source_type": "CHAR(3)",
"dest_name": "avstcl",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVVLCD",
"source_type": "CHAR(3)",
"dest_name": "avvlcd",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVSPPP",
"source_type": "NUMERIC(4,0)",
"dest_name": "avsppp",
"dest_type": "numeric(4,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVSPPC",
"source_type": "CHAR(50)",
"dest_name": "avsppc",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVMPPP",
"source_type": "NUMERIC(4,0)",
"dest_name": "avmppp",
"dest_type": "numeric(4,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVMPPC",
"source_type": "CHAR(50)",
"dest_name": "avmppc",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFLG01",
"source_type": "CHAR(1)",
"dest_name": "avflg01",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFLG02",
"source_type": "CHAR(1)",
"dest_name": "avflg02",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFLG03",
"source_type": "CHAR(1)",
"dest_name": "avflg03",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFLG04",
"source_type": "CHAR(1)",
"dest_name": "avflg04",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFLG05",
"source_type": "CHAR(1)",
"dest_name": "avflg05",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFLG06",
"source_type": "CHAR(1)",
"dest_name": "avflg06",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFLG07",
"source_type": "CHAR(1)",
"dest_name": "avflg07",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFLG08",
"source_type": "CHAR(1)",
"dest_name": "avflg08",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFLG09",
"source_type": "CHAR(1)",
"dest_name": "avflg09",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "AVFLG10",
"source_type": "CHAR(1)",
"dest_name": "avflg10",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT01",
"source_type": "CHAR(3)",
"dest_name": "avfut01",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT02",
"source_type": "CHAR(3)",
"dest_name": "avfut02",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT03",
"source_type": "CHAR(3)",
"dest_name": "avfut03",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT04",
"source_type": "CHAR(3)",
"dest_name": "avfut04",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT05",
"source_type": "CHAR(3)",
"dest_name": "avfut05",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT06",
"source_type": "CHAR(5)",
"dest_name": "avfut06",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT07",
"source_type": "CHAR(5)",
"dest_name": "avfut07",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT08",
"source_type": "CHAR(5)",
"dest_name": "avfut08",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT09",
"source_type": "CHAR(5)",
"dest_name": "avfut09",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT10",
"source_type": "CHAR(5)",
"dest_name": "avfut10",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT11",
"source_type": "CHAR(10)",
"dest_name": "avfut11",
"dest_type": "text",
"description": "Product Family"
},
{
"source_name": "AVFUT12",
"source_type": "CHAR(10)",
"dest_name": "avfut12",
"dest_type": "text",
"description": "Product Type"
},
{
"source_name": "AVFUT13",
"source_type": "CHAR(10)",
"dest_name": "avfut13",
"dest_type": "text",
"description": "Product Group"
},
{
"source_name": "AVFUT14",
"source_type": "CHAR(10)",
"dest_name": "avfut14",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT15",
"source_type": "CHAR(10)",
"dest_name": "avfut15",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT16",
"source_type": "CHAR(20)",
"dest_name": "avfut16",
"dest_type": "text",
"description": "Product Detail"
},
{
"source_name": "AVFUT17",
"source_type": "CHAR(20)",
"dest_name": "avfut17",
"dest_type": "text",
"description": "Product Brand"
},
{
"source_name": "AVFUT18",
"source_type": "CHAR(20)",
"dest_name": "avfut18",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT19",
"source_type": "CHAR(20)",
"dest_name": "avfut19",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT20",
"source_type": "CHAR(20)",
"dest_name": "avfut20",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT21",
"source_type": "CHAR(30)",
"dest_name": "avfut21",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT22",
"source_type": "CHAR(30)",
"dest_name": "avfut22",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT23",
"source_type": "CHAR(30)",
"dest_name": "avfut23",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT24",
"source_type": "CHAR(30)",
"dest_name": "avfut24",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT25",
"source_type": "CHAR(30)",
"dest_name": "avfut25",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT26",
"source_type": "NUMERIC(10,0)",
"dest_name": "avfut26",
"dest_type": "numeric(10,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT27",
"source_type": "NUMERIC(10,0)",
"dest_name": "avfut27",
"dest_type": "numeric(10,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT28",
"source_type": "NUMERIC(10,0)",
"dest_name": "avfut28",
"dest_type": "numeric(10,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT29",
"source_type": "NUMERIC(10,0)",
"dest_name": "avfut29",
"dest_type": "numeric(10,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT30",
"source_type": "NUMERIC(10,0)",
"dest_name": "avfut30",
"dest_type": "numeric(10,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT31",
"source_type": "NUMERIC(15,0)",
"dest_name": "avfut31",
"dest_type": "numeric(15,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT32",
"source_type": "NUMERIC(15,0)",
"dest_name": "avfut32",
"dest_type": "numeric(15,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT33",
"source_type": "NUMERIC(15,0)",
"dest_name": "avfut33",
"dest_type": "numeric(15,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT34",
"source_type": "NUMERIC(15,0)",
"dest_name": "avfut34",
"dest_type": "numeric(15,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT35",
"source_type": "NUMERIC(15,0)",
"dest_name": "avfut35",
"dest_type": "numeric(15,0)",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT36",
"source_type": "DATE",
"dest_name": "avfut36",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT37",
"source_type": "DATE",
"dest_name": "avfut37",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT38",
"source_type": "DATE",
"dest_name": "avfut38",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT39",
"source_type": "DATE",
"dest_name": "avfut39",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT40",
"source_type": "DATE",
"dest_name": "avfut40",
"dest_type": "date",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT41",
"source_type": "TIME",
"dest_name": "avfut41",
"dest_type": "time",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT42",
"source_type": "TIME",
"dest_name": "avfut42",
"dest_type": "time",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT43",
"source_type": "TIME",
"dest_name": "avfut43",
"dest_type": "time",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT44",
"source_type": "TIME",
"dest_name": "avfut44",
"dest_type": "time",
"description": "PLACE MARKER"
},
{
"source_name": "AVFUT45",
"source_type": "TIME",
"dest_name": "avfut45",
"dest_type": "time",
"description": "PLACE MARKER"
},
{
"source_name": "AVUDFT",
"source_type": "CHAR(1)",
"dest_name": "avudft",
"dest_type": "text",
"description": "Unit Defaults"
},
{
"source_name": "AVFRML",
"source_type": "CHAR(6)",
"dest_name": "avfrml",
"dest_type": "text",
"description": "PLACE MARKER"
},
{
"source_name": "AVHAZA",
"source_type": "CHAR(1)",
"dest_name": "avhaza",
"dest_type": "text",
"description": "Hazardous"
},
{
"source_name": "AVLLED",
"source_type": "NUMERIC(3,0)",
"dest_name": "avlled",
"dest_type": "numeric(3,0)",
"description": "Longest Lead Time (in days)"
},
{
"source_name": "AVDBAC",
"source_type": "CHAR(1)",
"dest_name": "avdbac",
"dest_type": "text",
"description": "Direct Buy Action Code"
},
{
"source_name": "AVSCDPT",
"source_type": "CHAR(1)",
"dest_name": "avscdpt",
"dest_type": "text",
"description": "SCD Part"
},
{
"source_name": "AVFIFO",
"source_type": "CHAR(1)",
"dest_name": "avfifo",
"dest_type": "text",
"description": "FIFO Tracking"
},
{
"source_name": "AVANTID",
"source_type": "CHAR(1)",
"dest_name": "avantid",
"dest_type": "text",
"description": "Anti-Dumping Tracking"
},
{
"source_name": "AVSUBT",
"source_type": "CHAR(1)",
"dest_name": "avsubt",
"dest_type": "text",
"description": "Dumping Subject"
},
{
"source_name": "AVPRCL",
"source_type": "CHAR(1)",
"dest_name": "avprcl",
"dest_type": "text",
"description": "Price Lock"
},
{
"source_name": "AVOTP",
"source_type": "CHAR(1)",
"dest_name": "avotp",
"dest_type": "text",
"description": "One-Time Part"
},
{
"source_name": "AVCBYL",
"source_type": "CHAR(1)",
"dest_name": "avcbyl",
"dest_type": "text",
"description": "Consumed By Length"
},
{
"source_name": "AVSRVC",
"source_type": "CHAR(1)",
"dest_name": "avsrvc",
"dest_type": "text",
"description": "Service Charge Part"
},
{
"source_name": "AVSPAL",
"source_type": "CHAR(1)",
"dest_name": "avspal",
"dest_type": "text",
"description": "Separate PO-AP for Received Lump"
},
{
"source_name": "AVPGRP",
"source_type": "CHAR(20)",
"dest_name": "avpgrp",
"dest_type": "text",
"description": "Commodity Category Code"
},
{
"source_name": "AVUPN",
"source_type": "CHAR(18)",
"dest_name": "avupn",
"dest_type": "text",
"description": "Universal Product Number"
},
{
"source_name": "AVUEQG",
"source_type": "CHAR(1)",
"dest_name": "avueqg",
"dest_type": "text",
"description": "Set UPN Same as GTIN"
},
{
"source_name": "AVMFRC",
"source_type": "CHAR(10)",
"dest_name": "avmfrc",
"dest_type": "text",
"description": "Manufacturer Code"
},
{
"source_name": "AVATFR",
"source_type": "CHAR(1)",
"dest_name": "avatfr",
"dest_type": "text",
"description": "ATF Restricted"
},
{
"source_name": "AVBBKRQ",
"source_type": "CHAR(1)",
"dest_name": "avbbkrq",
"dest_type": "text",
"description": "Bound Book Required"
},
{
"source_name": "AVMLBLC",
"source_type": "CHAR(1)",
"dest_name": "avmlblc",
"dest_type": "text",
"description": "Manual Label Creation Control"
},
{
"source_name": "AVROHSCT",
"source_type": "CHAR(1)",
"dest_name": "avrohsct",
"dest_type": "text",
"description": "RoHS Certificate"
},
{
"source_name": "AVROHSCF",
"source_type": "CHAR(1)",
"dest_name": "avrohscf",
"dest_type": "text",
"description": "RoHS Certified"
},
{
"source_name": "AVBBKINT",
"source_type": "CHAR(2)",
"dest_name": "avbbkint",
"dest_type": "text",
"description": "Bound Book Initial Condition"
},
{
"source_name": "AVMFCOR",
"source_type": "CHAR(3)",
"dest_name": "avmfcor",
"dest_type": "text",
"description": "Manufacturing Country of Origin"
},
{
"source_name": "AVMFPOR",
"source_type": "CHAR(3)",
"dest_name": "avmfpor",
"dest_type": "text",
"description": "Manufacturer Province of Origin"
},
{
"source_name": "AVMFRMC",
"source_type": "CHAR(30)",
"dest_name": "avmfrmc",
"dest_type": "text",
"description": "Manufacturer Model Code"
},
{
"source_name": "AVMFRMS",
"source_type": "CHAR(30)",
"dest_name": "avmfrms",
"dest_type": "text",
"description": "Manufacturer Model Style Code"
}
],
"watermarks": [],
"hooks": []
}