Add `pipekit export` / `pipekit apply` (pipekit/config_io.py) to serialise the DB's config — drivers, connections, modules (+ columns, watermarks, hooks), groups, schedules — to a git-trackable text tree under config/, and rehydrate it. SQLite stays runtime state; definitions become diffable/reviewable/ revertible. - config only: run_log/group_run/settings and per-run state columns excluded - name-keyed refs (portable across databases); source_query in .sql sidecars; columns as real JSON arrays for line-by-line diffs - newline-normalised so CRLF-vs-LF is never a spurious change - apply is create/update by name; child collections fully synced; top-level deletes gated behind --prune; --dry-run prints the plan - round-trip is identity (export -> apply --dry-run == nothing to do) Commits the current config/ as the first baseline, capturing the freshly populated columns_json for rm00101/rm00301/iv00101. Documented in SPEC.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1297 lines
31 KiB
JSON
1297 lines
31 KiB
JSON
{
|
|
"name": "bolh",
|
|
"source_connection": "S78030956",
|
|
"dest_connection": "usmidsap02",
|
|
"dest_table": "cms.bolh",
|
|
"staging_table": "pipekit_staging.bolh",
|
|
"merge_strategy": "incremental",
|
|
"merge_key": "febol#",
|
|
"enabled": 1,
|
|
"dest_description": "Bill of Lading Header 6.1",
|
|
"columns": [
|
|
{
|
|
"source_name": "FEBOL#",
|
|
"source_type": "NUMERIC(9,0)",
|
|
"dest_name": "febol#",
|
|
"dest_type": "numeric(9,0)",
|
|
"description": "BOL Number"
|
|
},
|
|
{
|
|
"source_name": "FEBTYP",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "febtyp",
|
|
"dest_type": "text",
|
|
"description": "BOL Type"
|
|
},
|
|
{
|
|
"source_name": "FECDAT",
|
|
"source_type": "DATE",
|
|
"dest_name": "fecdat",
|
|
"dest_type": "date",
|
|
"description": "Date Created"
|
|
},
|
|
{
|
|
"source_name": "FEPIND",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fepind",
|
|
"dest_type": "text",
|
|
"description": "Print Ind."
|
|
},
|
|
{
|
|
"source_name": "FESIND",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fesind",
|
|
"dest_type": "text",
|
|
"description": "Shipped Ind"
|
|
},
|
|
{
|
|
"source_name": "FEBCS#",
|
|
"source_type": "CHAR(8)",
|
|
"dest_name": "febcs#",
|
|
"dest_type": "text",
|
|
"description": "Bill To Cust # /Ship To Whse"
|
|
},
|
|
{
|
|
"source_name": "FESCS#",
|
|
"source_type": "CHAR(8)",
|
|
"dest_name": "fescs#",
|
|
"dest_type": "text",
|
|
"description": "Ship To Cust # /Ship From Whse"
|
|
},
|
|
{
|
|
"source_name": "FESVND",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fesvnd",
|
|
"dest_type": "text",
|
|
"description": "Ship To Vendor #"
|
|
},
|
|
{
|
|
"source_name": "FERVND",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fervnd",
|
|
"dest_type": "text",
|
|
"description": "Remit To Vendor #"
|
|
},
|
|
{
|
|
"source_name": "FEBNME",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "febnme",
|
|
"dest_type": "text",
|
|
"description": "Bill To Name /Ship To Whse Name"
|
|
},
|
|
{
|
|
"source_name": "FEBPTC",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "febptc",
|
|
"dest_type": "text",
|
|
"description": "Bill To Postal /Ship Frm Whs Postal"
|
|
},
|
|
{
|
|
"source_name": "FEATTN",
|
|
"source_type": "CHAR(25)",
|
|
"dest_name": "feattn",
|
|
"dest_type": "text",
|
|
"description": "Attention"
|
|
},
|
|
{
|
|
"source_name": "FESNME",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fesnme",
|
|
"dest_type": "text",
|
|
"description": "Ship To Name /Ship From Whse Name"
|
|
},
|
|
{
|
|
"source_name": "FESAD1",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "fesad1",
|
|
"dest_type": "text",
|
|
"description": "Ship To Add1"
|
|
},
|
|
{
|
|
"source_name": "FESAD2",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "fesad2",
|
|
"dest_type": "text",
|
|
"description": "Ship To Add2"
|
|
},
|
|
{
|
|
"source_name": "FESAD3",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "fesad3",
|
|
"dest_type": "text",
|
|
"description": "Ship To Add3"
|
|
},
|
|
{
|
|
"source_name": "FESAD4",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "fesad4",
|
|
"dest_type": "text",
|
|
"description": "Ship To Add4"
|
|
},
|
|
{
|
|
"source_name": "FESAD5",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "fesad5",
|
|
"dest_type": "text",
|
|
"description": "Ship To Add5"
|
|
},
|
|
{
|
|
"source_name": "FESAD6",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "fesad6",
|
|
"dest_type": "text",
|
|
"description": "Ship To Add6"
|
|
},
|
|
{
|
|
"source_name": "FESAD7",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "fesad7",
|
|
"dest_type": "text",
|
|
"description": "Ship To Add7"
|
|
},
|
|
{
|
|
"source_name": "FESAD8",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "fesad8",
|
|
"dest_type": "text",
|
|
"description": "Ship To Add8"
|
|
},
|
|
{
|
|
"source_name": "FESAD9",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "fesad9",
|
|
"dest_type": "text",
|
|
"description": "Ship To Add9"
|
|
},
|
|
{
|
|
"source_name": "FESAD10",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "fesad10",
|
|
"dest_type": "text",
|
|
"description": "Ship To Add10"
|
|
},
|
|
{
|
|
"source_name": "FESPTC",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fesptc",
|
|
"dest_type": "text",
|
|
"description": "Ship To Postal"
|
|
},
|
|
{
|
|
"source_name": "FESCTY",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fescty",
|
|
"dest_type": "text",
|
|
"description": "Shipto City"
|
|
},
|
|
{
|
|
"source_name": "FESPOV",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "fespov",
|
|
"dest_type": "text",
|
|
"description": "Shipto State/ Province Code"
|
|
},
|
|
{
|
|
"source_name": "FESCRY",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "fescry",
|
|
"dest_type": "text",
|
|
"description": "Shipto Country Code"
|
|
},
|
|
{
|
|
"source_name": "FESDAT",
|
|
"source_type": "DATE",
|
|
"dest_name": "fesdat",
|
|
"dest_type": "date",
|
|
"description": "Shipping Date"
|
|
},
|
|
{
|
|
"source_name": "FESVIA",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fesvia",
|
|
"dest_type": "text",
|
|
"description": "Ship Via"
|
|
},
|
|
{
|
|
"source_name": "FETKID",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fetkid",
|
|
"dest_type": "text",
|
|
"description": "Truck ID"
|
|
},
|
|
{
|
|
"source_name": "FENCTN",
|
|
"source_type": "NUMERIC(10,0)",
|
|
"dest_name": "fenctn",
|
|
"dest_type": "numeric(10,0)",
|
|
"description": "Number of Containers"
|
|
},
|
|
{
|
|
"source_name": "FENETW",
|
|
"source_type": "NUMERIC(10,0)",
|
|
"dest_name": "fenetw",
|
|
"dest_type": "numeric(10,0)",
|
|
"description": "Net Weight"
|
|
},
|
|
{
|
|
"source_name": "FEGROW",
|
|
"source_type": "NUMERIC(10,0)",
|
|
"dest_name": "fegrow",
|
|
"dest_type": "numeric(10,0)",
|
|
"description": "Gross Weight"
|
|
},
|
|
{
|
|
"source_name": "FETARW",
|
|
"source_type": "NUMERIC(10,0)",
|
|
"dest_name": "fetarw",
|
|
"dest_type": "numeric(10,0)",
|
|
"description": "Tare Weight"
|
|
},
|
|
{
|
|
"source_name": "FEWTUN",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "fewtun",
|
|
"dest_type": "text",
|
|
"description": "Weight Unit"
|
|
},
|
|
{
|
|
"source_name": "FEDOCD",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fedocd",
|
|
"dest_type": "text",
|
|
"description": "Dock Code"
|
|
},
|
|
{
|
|
"source_name": "FEFTCD",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "feftcd",
|
|
"dest_type": "text",
|
|
"description": "Freight Code"
|
|
},
|
|
{
|
|
"source_name": "FEORD#",
|
|
"source_type": "NUMERIC(9,0)",
|
|
"dest_name": "feord#",
|
|
"dest_type": "numeric(9,0)",
|
|
"description": "Customer Order Number"
|
|
},
|
|
{
|
|
"source_name": "FESTKL",
|
|
"source_type": "CHAR(6)",
|
|
"dest_name": "festkl",
|
|
"dest_type": "text",
|
|
"description": "Stock Location"
|
|
},
|
|
{
|
|
"source_name": "FEFTAM",
|
|
"source_type": "NUMERIC(10,2)",
|
|
"dest_name": "feftam",
|
|
"dest_type": "numeric(10,2)",
|
|
"description": "Freight Amount"
|
|
},
|
|
{
|
|
"source_name": "FEFOB",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "fefob",
|
|
"dest_type": "text",
|
|
"description": "FOB Code"
|
|
},
|
|
{
|
|
"source_name": "FECARC",
|
|
"source_type": "CHAR(17)",
|
|
"dest_name": "fecarc",
|
|
"dest_type": "text",
|
|
"description": "Carrier Code"
|
|
},
|
|
{
|
|
"source_name": "FESERC",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "feserc",
|
|
"dest_type": "text",
|
|
"description": "Service Code"
|
|
},
|
|
{
|
|
"source_name": "FESTME",
|
|
"source_type": "NUMERIC(4,0)",
|
|
"dest_name": "festme",
|
|
"dest_type": "numeric(4,0)",
|
|
"description": "Ship Time HHMM"
|
|
},
|
|
{
|
|
"source_name": "FEJITF",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fejitf",
|
|
"dest_type": "text",
|
|
"description": "JIT Delivery Flag"
|
|
},
|
|
{
|
|
"source_name": "FESID#",
|
|
"source_type": "CHAR(12)",
|
|
"dest_name": "fesid#",
|
|
"dest_type": "text",
|
|
"description": "Shipment I.D."
|
|
},
|
|
{
|
|
"source_name": "FETRPT",
|
|
"source_type": "CHAR(12)",
|
|
"dest_name": "fetrpt",
|
|
"dest_type": "text",
|
|
"description": "Trading Partner"
|
|
},
|
|
{
|
|
"source_name": "FEBID",
|
|
"source_type": "CHAR(17)",
|
|
"dest_name": "febid",
|
|
"dest_type": "text",
|
|
"description": "Billto I.D."
|
|
},
|
|
{
|
|
"source_name": "FESID",
|
|
"source_type": "CHAR(17)",
|
|
"dest_name": "fesid",
|
|
"dest_type": "text",
|
|
"description": "Shipto I.D."
|
|
},
|
|
{
|
|
"source_name": "FESFID",
|
|
"source_type": "CHAR(17)",
|
|
"dest_name": "fesfid",
|
|
"dest_type": "text",
|
|
"description": "Shipfrom I.D."
|
|
},
|
|
{
|
|
"source_name": "FEPLNT",
|
|
"source_type": "CHAR(17)",
|
|
"dest_name": "feplnt",
|
|
"dest_type": "text",
|
|
"description": "Plant I.D."
|
|
},
|
|
{
|
|
"source_name": "FEITMC",
|
|
"source_type": "CHAR(17)",
|
|
"dest_name": "feitmc",
|
|
"dest_type": "text",
|
|
"description": "Intermed Consignee"
|
|
},
|
|
{
|
|
"source_name": "FESUPP",
|
|
"source_type": "CHAR(17)",
|
|
"dest_name": "fesupp",
|
|
"dest_type": "text",
|
|
"description": "Supplier Code"
|
|
},
|
|
{
|
|
"source_name": "FEULTD",
|
|
"source_type": "CHAR(17)",
|
|
"dest_name": "feultd",
|
|
"dest_type": "text",
|
|
"description": "Ultimate Destination"
|
|
},
|
|
{
|
|
"source_name": "FEEDAT",
|
|
"source_type": "DATE",
|
|
"dest_name": "feedat",
|
|
"dest_type": "date",
|
|
"description": "Expected Date YMD"
|
|
},
|
|
{
|
|
"source_name": "FEETIM",
|
|
"source_type": "NUMERIC(4,0)",
|
|
"dest_name": "feetim",
|
|
"dest_type": "numeric(4,0)",
|
|
"description": "Expected Time"
|
|
},
|
|
{
|
|
"source_name": "FEADAT",
|
|
"source_type": "DATE",
|
|
"dest_name": "feadat",
|
|
"dest_type": "date",
|
|
"description": "ASN Date YMD"
|
|
},
|
|
{
|
|
"source_name": "FEATIM",
|
|
"source_type": "NUMERIC(4,0)",
|
|
"dest_name": "featim",
|
|
"dest_type": "numeric(4,0)",
|
|
"description": "ASN Time"
|
|
},
|
|
{
|
|
"source_name": "FETRNM",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "fetrnm",
|
|
"dest_type": "text",
|
|
"description": "Transportation Mode TD504"
|
|
},
|
|
{
|
|
"source_name": "FERTEG",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "ferteg",
|
|
"dest_type": "text",
|
|
"description": "Routing TD505"
|
|
},
|
|
{
|
|
"source_name": "FEPLPT",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "feplpt",
|
|
"dest_type": "text",
|
|
"description": "Pool Point TD507"
|
|
},
|
|
{
|
|
"source_name": "FEPLOC",
|
|
"source_type": "CHAR(25)",
|
|
"dest_name": "feploc",
|
|
"dest_type": "text",
|
|
"description": "Pool Location TD508"
|
|
},
|
|
{
|
|
"source_name": "FEEQPD",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "feeqpd",
|
|
"dest_type": "text",
|
|
"description": "Equipment Desc TD301"
|
|
},
|
|
{
|
|
"source_name": "FEEQPI",
|
|
"source_type": "CHAR(4)",
|
|
"dest_name": "feeqpi",
|
|
"dest_type": "text",
|
|
"description": "Equipment Initial TD302"
|
|
},
|
|
{
|
|
"source_name": "FEEQID",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "feeqid",
|
|
"dest_type": "text",
|
|
"description": "Equipment I.D. TD303"
|
|
},
|
|
{
|
|
"source_name": "FEMBOL",
|
|
"source_type": "NUMERIC(6,0)",
|
|
"dest_name": "fembol",
|
|
"dest_type": "numeric(6,0)",
|
|
"description": "Master B.O.L."
|
|
},
|
|
{
|
|
"source_name": "FEPSLP",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fepslp",
|
|
"dest_type": "text",
|
|
"description": "Packing Slip"
|
|
},
|
|
{
|
|
"source_name": "FEFRTB",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fefrtb",
|
|
"dest_type": "text",
|
|
"description": "Freight Bill"
|
|
},
|
|
{
|
|
"source_name": "FEAIRB",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "feairb",
|
|
"dest_type": "text",
|
|
"description": "Air Bill"
|
|
},
|
|
{
|
|
"source_name": "FETSPR",
|
|
"source_type": "CHAR(2)",
|
|
"dest_name": "fetspr",
|
|
"dest_type": "text",
|
|
"description": "Transaction Purpose"
|
|
},
|
|
{
|
|
"source_name": "FEETRR",
|
|
"source_type": "CHAR(2)",
|
|
"dest_name": "feetrr",
|
|
"dest_type": "text",
|
|
"description": "Excess Trans. Reason Code ETD01"
|
|
},
|
|
{
|
|
"source_name": "FEEXTR",
|
|
"source_type": "CHAR(2)",
|
|
"dest_name": "feextr",
|
|
"dest_type": "text",
|
|
"description": "Excess Trans. Responsibility ETD02"
|
|
},
|
|
{
|
|
"source_name": "FEAETC",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "feaetc",
|
|
"dest_type": "text",
|
|
"description": "AETC Number ETD04"
|
|
},
|
|
{
|
|
"source_name": "FEMTHP",
|
|
"source_type": "CHAR(2)",
|
|
"dest_name": "femthp",
|
|
"dest_type": "text",
|
|
"description": "Method Payment FOB01"
|
|
},
|
|
{
|
|
"source_name": "FETRNT",
|
|
"source_type": "CHAR(6)",
|
|
"dest_name": "fetrnt",
|
|
"dest_type": "text",
|
|
"description": "Transport Terms FOB05"
|
|
},
|
|
{
|
|
"source_name": "FETRLQ",
|
|
"source_type": "CHAR(2)",
|
|
"dest_name": "fetrlq",
|
|
"dest_type": "text",
|
|
"description": "Location Qual FOB06"
|
|
},
|
|
{
|
|
"source_name": "FECCT",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fecct",
|
|
"dest_type": "text",
|
|
"description": "Commodity Type TD103"
|
|
},
|
|
{
|
|
"source_name": "FECCDE",
|
|
"source_type": "CHAR(16)",
|
|
"dest_name": "feccde",
|
|
"dest_type": "text",
|
|
"description": "Commodity Code TD104"
|
|
},
|
|
{
|
|
"source_name": "FESASN",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fesasn",
|
|
"dest_type": "text",
|
|
"description": "Send ASN"
|
|
},
|
|
{
|
|
"source_name": "FESNTF",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fesntf",
|
|
"dest_type": "text",
|
|
"description": "ASN Sent Y/N/R"
|
|
},
|
|
{
|
|
"source_name": "FESTS",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fests",
|
|
"dest_type": "text",
|
|
"description": "ASN Ack. Status"
|
|
},
|
|
{
|
|
"source_name": "FEXMOD",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fexmod",
|
|
"dest_type": "text",
|
|
"description": "ASN Translate Mode"
|
|
},
|
|
{
|
|
"source_name": "FEATYP",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "featyp",
|
|
"dest_type": "text",
|
|
"description": "ASN Type"
|
|
},
|
|
{
|
|
"source_name": "FEFLD1",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fefld1",
|
|
"dest_type": "text",
|
|
"description": "Carrier PRO/Invoice"
|
|
},
|
|
{
|
|
"source_name": "FEFLD2",
|
|
"source_type": "CHAR(2)",
|
|
"dest_name": "fefld2",
|
|
"dest_type": "text",
|
|
"description": "Honda Flags"
|
|
},
|
|
{
|
|
"source_name": "FEFLD3",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fefld3",
|
|
"dest_type": "text",
|
|
"description": "Field 3"
|
|
},
|
|
{
|
|
"source_name": "FEFLD4",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fefld4",
|
|
"dest_type": "text",
|
|
"description": "R/F Verified"
|
|
},
|
|
{
|
|
"source_name": "FEFLD5",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fefld5",
|
|
"dest_type": "text",
|
|
"description": "Incoming BOL Log/Entry #"
|
|
},
|
|
{
|
|
"source_name": "FEFLD6",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fefld6",
|
|
"dest_type": "text",
|
|
"description": "Number of Ship Labels"
|
|
},
|
|
{
|
|
"source_name": "FEMANW",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "femanw",
|
|
"dest_type": "text",
|
|
"description": "Manual Weight Change"
|
|
},
|
|
{
|
|
"source_name": "FES204",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fes204",
|
|
"dest_type": "text",
|
|
"description": "Send BOL 204"
|
|
},
|
|
{
|
|
"source_name": "FEBTRP",
|
|
"source_type": "CHAR(12)",
|
|
"dest_name": "febtrp",
|
|
"dest_type": "text",
|
|
"description": "BOL Trading Partner"
|
|
},
|
|
{
|
|
"source_name": "FEBSTS",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "febsts",
|
|
"dest_type": "text",
|
|
"description": "BOL Sent Flag"
|
|
},
|
|
{
|
|
"source_name": "FEBACK",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "feback",
|
|
"dest_type": "text",
|
|
"description": "BOL Acknowledgment Status"
|
|
},
|
|
{
|
|
"source_name": "FEBSET",
|
|
"source_type": "CHAR(2)",
|
|
"dest_name": "febset",
|
|
"dest_type": "text",
|
|
"description": "BOL EDI Set Purpose"
|
|
},
|
|
{
|
|
"source_name": "FEBMOD",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "febmod",
|
|
"dest_type": "text",
|
|
"description": "BOL Translation Mode"
|
|
},
|
|
{
|
|
"source_name": "FESKDQ",
|
|
"source_type": "NUMERIC(5,0)",
|
|
"dest_name": "feskdq",
|
|
"dest_type": "numeric(5,0)",
|
|
"description": "Number of Skids"
|
|
},
|
|
{
|
|
"source_name": "FESKDT",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "feskdt",
|
|
"dest_type": "text",
|
|
"description": "Skid Container Code"
|
|
},
|
|
{
|
|
"source_name": "FELOSQ",
|
|
"source_type": "NUMERIC(5,0)",
|
|
"dest_name": "felosq",
|
|
"dest_type": "numeric(5,0)",
|
|
"description": "Number of loose Containers"
|
|
},
|
|
{
|
|
"source_name": "FELOST",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "felost",
|
|
"dest_type": "text",
|
|
"description": "Container Code"
|
|
},
|
|
{
|
|
"source_name": "FECRCM",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fecrcm",
|
|
"dest_type": "text",
|
|
"description": "Current/ Complete"
|
|
},
|
|
{
|
|
"source_name": "FEUSE",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "feuse",
|
|
"dest_type": "text",
|
|
"description": "Inuse Flag"
|
|
},
|
|
{
|
|
"source_name": "FESLCS",
|
|
"source_type": "CHAR(8)",
|
|
"dest_name": "feslcs",
|
|
"dest_type": "text",
|
|
"description": "Sold from Customer"
|
|
},
|
|
{
|
|
"source_name": "FECRTY",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fecrty",
|
|
"dest_type": "text",
|
|
"description": "Pay By Credit card"
|
|
},
|
|
{
|
|
"source_name": "FECRDT",
|
|
"source_type": "CHAR(2)",
|
|
"dest_name": "fecrdt",
|
|
"dest_type": "text",
|
|
"description": "Obsoleted"
|
|
},
|
|
{
|
|
"source_name": "FECRD#",
|
|
"source_type": "CHAR(16)",
|
|
"dest_name": "fecrd#",
|
|
"dest_type": "text",
|
|
"description": "Obsoleted"
|
|
},
|
|
{
|
|
"source_name": "FEEXPR",
|
|
"source_type": "CHAR(8)",
|
|
"dest_name": "feexpr",
|
|
"dest_type": "text",
|
|
"description": "Obsoleted"
|
|
},
|
|
{
|
|
"source_name": "FEHODR",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fehodr",
|
|
"dest_type": "text",
|
|
"description": "Obsoleted"
|
|
},
|
|
{
|
|
"source_name": "FECRNM",
|
|
"source_type": "NUMERIC(10,2)",
|
|
"dest_name": "fecrnm",
|
|
"dest_type": "numeric(10,2)",
|
|
"description": "Need Authorized Amount"
|
|
},
|
|
{
|
|
"source_name": "FESHBF",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "feshbf",
|
|
"dest_type": "text",
|
|
"description": "Shipment Processed By"
|
|
},
|
|
{
|
|
"source_name": "FECLEN",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "feclen",
|
|
"dest_type": "text",
|
|
"description": "Customer Client Number"
|
|
},
|
|
{
|
|
"source_name": "FEPLTC",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "fepltc",
|
|
"dest_type": "text",
|
|
"description": "Plant Code"
|
|
},
|
|
{
|
|
"source_name": "FEFUT1",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fefut1",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUT2",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fefut2",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUT3",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fefut3",
|
|
"dest_type": "text",
|
|
"description": "Ever Maintain"
|
|
},
|
|
{
|
|
"source_name": "FEFUT4",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fefut4",
|
|
"dest_type": "text",
|
|
"description": "OE631R Printed"
|
|
},
|
|
{
|
|
"source_name": "FEFUT5",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fefut5",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUT6",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "fefut6",
|
|
"dest_type": "text",
|
|
"description": "Volume UOM"
|
|
},
|
|
{
|
|
"source_name": "FEFUT7",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fefut7",
|
|
"dest_type": "text",
|
|
"description": "Receiving Log #"
|
|
},
|
|
{
|
|
"source_name": "FEFUT8",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fefut8",
|
|
"dest_type": "text",
|
|
"description": "Toyota Manifest Shipment Truck ID"
|
|
},
|
|
{
|
|
"source_name": "FEFUT9",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fefut9",
|
|
"dest_type": "text",
|
|
"description": "Overrided Freight"
|
|
},
|
|
{
|
|
"source_name": "FEFUTA",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "fefuta",
|
|
"dest_type": "text",
|
|
"description": "Address Number"
|
|
},
|
|
{
|
|
"source_name": "FEFUTB",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "fefutb",
|
|
"dest_type": "text",
|
|
"description": "Estimate Number of Containers"
|
|
},
|
|
{
|
|
"source_name": "FEFUTC",
|
|
"source_type": "NUMERIC(15,5)",
|
|
"dest_name": "fefutc",
|
|
"dest_type": "numeric(15,5)",
|
|
"description": "Estimate Net Weight"
|
|
},
|
|
{
|
|
"source_name": "FEFUTD",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fefutd",
|
|
"dest_type": "text",
|
|
"description": "Toyota Manifest Shipment"
|
|
},
|
|
{
|
|
"source_name": "FEFUTE",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fefute",
|
|
"dest_type": "text",
|
|
"description": "Obsoleted"
|
|
},
|
|
{
|
|
"source_name": "FEFUTF",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fefutf",
|
|
"dest_type": "text",
|
|
"description": "Scan Pick List Lbl Flag"
|
|
},
|
|
{
|
|
"source_name": "FEFUTG",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fefutg",
|
|
"dest_type": "text",
|
|
"description": "Rtn. Container Exploded"
|
|
},
|
|
{
|
|
"source_name": "FELDTY",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "feldty",
|
|
"dest_type": "text",
|
|
"description": "Load Type"
|
|
},
|
|
{
|
|
"source_name": "FETKST",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fetkst",
|
|
"dest_type": "text",
|
|
"description": "Truck Status"
|
|
},
|
|
{
|
|
"source_name": "FERTS",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "ferts",
|
|
"dest_type": "text",
|
|
"description": "Default BOL Status"
|
|
},
|
|
{
|
|
"source_name": "FEFUTH",
|
|
"source_type": "CHAR(6)",
|
|
"dest_name": "fefuth",
|
|
"dest_type": "text",
|
|
"description": "Estimate Maximum Loading Lead Time"
|
|
},
|
|
{
|
|
"source_name": "FEFUTI",
|
|
"source_type": "CHAR(6)",
|
|
"dest_name": "fefuti",
|
|
"dest_type": "text",
|
|
"description": "Last Automatic Acknowledgment of ASN"
|
|
},
|
|
{
|
|
"source_name": "FEFUTJ",
|
|
"source_type": "CHAR(6)",
|
|
"dest_name": "fefutj",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUTK",
|
|
"source_type": "CHAR(6)",
|
|
"dest_name": "fefutk",
|
|
"dest_type": "text",
|
|
"description": "Number Of Skid Spot"
|
|
},
|
|
{
|
|
"source_name": "FEFUTL",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fefutl",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUTM",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fefutm",
|
|
"dest_type": "text",
|
|
"description": "Laste Verified User ID"
|
|
},
|
|
{
|
|
"source_name": "FEFUTN",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fefutn",
|
|
"dest_type": "text",
|
|
"description": "Laste Verified Date"
|
|
},
|
|
{
|
|
"source_name": "FEFUTO",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fefuto",
|
|
"dest_type": "text",
|
|
"description": "Laste Verified Time"
|
|
},
|
|
{
|
|
"source_name": "FEFUTP",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "fefutp",
|
|
"dest_type": "text",
|
|
"description": "Shipping Sequence"
|
|
},
|
|
{
|
|
"source_name": "FEFUTQ",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "fefutq",
|
|
"dest_type": "text",
|
|
"description": "Transport Identifier"
|
|
},
|
|
{
|
|
"source_name": "FEFUTR",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "fefutr",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUTS",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "fefuts",
|
|
"dest_type": "text",
|
|
"description": "Alternate Ship Location"
|
|
},
|
|
{
|
|
"source_name": "FEFUTT",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fefutt",
|
|
"dest_type": "text",
|
|
"description": "Shipment Late Reason Code"
|
|
},
|
|
{
|
|
"source_name": "FEFUTU",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fefutu",
|
|
"dest_type": "text",
|
|
"description": "Created By User"
|
|
},
|
|
{
|
|
"source_name": "FEFUTV",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fefutv",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUTW",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fefutw",
|
|
"dest_type": "text",
|
|
"description": "Toyota Manifest Shipment DockKey"
|
|
},
|
|
{
|
|
"source_name": "FEFUTX",
|
|
"source_type": "NUMERIC(15,5)",
|
|
"dest_name": "fefutx",
|
|
"dest_type": "numeric(15,5)",
|
|
"description": "Estimate Tare Weight"
|
|
},
|
|
{
|
|
"source_name": "FEFUTY",
|
|
"source_type": "NUMERIC(15,5)",
|
|
"dest_name": "fefuty",
|
|
"dest_type": "numeric(15,5)",
|
|
"description": "Estimate Gross Weight"
|
|
},
|
|
{
|
|
"source_name": "FEFUTZ",
|
|
"source_type": "NUMERIC(15,5)",
|
|
"dest_name": "fefutz",
|
|
"dest_type": "numeric(15,5)",
|
|
"description": "Estimate Volume"
|
|
},
|
|
{
|
|
"source_name": "FESCNC",
|
|
"source_type": "NUMERIC(5,0)",
|
|
"dest_name": "fescnc",
|
|
"dest_type": "numeric(5,0)",
|
|
"description": "Label Scan Counter"
|
|
},
|
|
{
|
|
"source_name": "FEDDAT",
|
|
"source_type": "DATE",
|
|
"dest_name": "feddat",
|
|
"dest_type": "date",
|
|
"description": "Date Deleted"
|
|
},
|
|
{
|
|
"source_name": "FEDTME",
|
|
"source_type": "TIME",
|
|
"dest_name": "fedtme",
|
|
"dest_type": "time",
|
|
"description": "Time Deleted"
|
|
},
|
|
{
|
|
"source_name": "FEDCMT",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fedcmt",
|
|
"dest_type": "text",
|
|
"description": "Deletion Comment"
|
|
},
|
|
{
|
|
"source_name": "FEMBL#",
|
|
"source_type": "CHAR(15)",
|
|
"dest_name": "fembl#",
|
|
"dest_type": "text",
|
|
"description": "Manual BOL Number"
|
|
},
|
|
{
|
|
"source_name": "FEATMZ",
|
|
"source_type": "CHAR(4)",
|
|
"dest_name": "featmz",
|
|
"dest_type": "text",
|
|
"description": "ASN Date Time Zone"
|
|
},
|
|
{
|
|
"source_name": "FEETMZ",
|
|
"source_type": "CHAR(4)",
|
|
"dest_name": "feetmz",
|
|
"dest_type": "text",
|
|
"description": "Expected Date Time Zone"
|
|
},
|
|
{
|
|
"source_name": "FESTMZ",
|
|
"source_type": "CHAR(4)",
|
|
"dest_name": "festmz",
|
|
"dest_type": "text",
|
|
"description": "Shipping Date Time Zone"
|
|
},
|
|
{
|
|
"source_name": "FECTMZ",
|
|
"source_type": "CHAR(4)",
|
|
"dest_name": "fectmz",
|
|
"dest_type": "text",
|
|
"description": "Create Date Time Zone"
|
|
},
|
|
{
|
|
"source_name": "FEPSTS",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fepsts",
|
|
"dest_type": "text",
|
|
"description": "Pick Status"
|
|
},
|
|
{
|
|
"source_name": "FETENT",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "fetent",
|
|
"dest_type": "text",
|
|
"description": "Total Entries #"
|
|
},
|
|
{
|
|
"source_name": "FEPQN",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fepqn",
|
|
"dest_type": "text",
|
|
"description": "BOL Pick Queue #"
|
|
},
|
|
{
|
|
"source_name": "FETAMT",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fetamt",
|
|
"dest_type": "text",
|
|
"description": "Total Amount"
|
|
},
|
|
{
|
|
"source_name": "FEIBN",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "feibn",
|
|
"dest_type": "text",
|
|
"description": "Internal Batch #"
|
|
},
|
|
{
|
|
"source_name": "FESTTP",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "festtp",
|
|
"dest_type": "text",
|
|
"description": "Ship-To Type"
|
|
},
|
|
{
|
|
"source_name": "FESTCN",
|
|
"source_type": "CHAR(8)",
|
|
"dest_name": "festcn",
|
|
"dest_type": "text",
|
|
"description": "Ship-To Consumer"
|
|
},
|
|
{
|
|
"source_name": "FEEXPDT",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "feexpdt",
|
|
"dest_type": "text",
|
|
"description": "Expedited"
|
|
},
|
|
{
|
|
"source_name": "FEDLTB",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fedltb",
|
|
"dest_type": "text",
|
|
"description": "Deleted By User ID"
|
|
},
|
|
{
|
|
"source_name": "FEPUSR",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fepusr",
|
|
"dest_type": "text",
|
|
"description": "Posted By"
|
|
},
|
|
{
|
|
"source_name": "FEPDAT",
|
|
"source_type": "DATE",
|
|
"dest_name": "fepdat",
|
|
"dest_type": "date",
|
|
"description": "Posted Date"
|
|
},
|
|
{
|
|
"source_name": "FEPTIM",
|
|
"source_type": "NUMERIC(6,0)",
|
|
"dest_name": "feptim",
|
|
"dest_type": "numeric(6,0)",
|
|
"description": "Posted Time"
|
|
},
|
|
{
|
|
"source_name": "FEFUT10",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fefut10",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUT11",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "fefut11",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUT12",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fefut12",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUT13",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fefut13",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUT14",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "fefut14",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUT15",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "fefut15",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUT16",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "fefut16",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUT17",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "fefut17",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUT18",
|
|
"source_type": "NUMERIC(15,5)",
|
|
"dest_name": "fefut18",
|
|
"dest_type": "numeric(15,5)",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUT19",
|
|
"source_type": "NUMERIC(15,5)",
|
|
"dest_name": "fefut19",
|
|
"dest_type": "numeric(15,5)",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "FEFUT20",
|
|
"source_type": "NUMERIC(15,5)",
|
|
"dest_name": "fefut20",
|
|
"dest_type": "numeric(15,5)",
|
|
"description": "Future Use"
|
|
}
|
|
],
|
|
"watermarks": [
|
|
{
|
|
"name": "bolh_wm",
|
|
"connection": "usmidsap02",
|
|
"resolver_sql": "SELECT COALESCE(MAX(fecdat), DATE '1900-01-01') - 21 FROM cms.bolh",
|
|
"default_value": null
|
|
}
|
|
],
|
|
"hooks": []
|
|
}
|