在准备环境前提交次全部更改。
This commit is contained in:
110
export/dataflow_analysis/field_mappings/goods_stock_summary.json
Normal file
110
export/dataflow_analysis/field_mappings/goods_stock_summary.json
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"ods_table": "goods_stock_summary",
|
||||
"anchors": {
|
||||
"api": "api-goods-stock-summary",
|
||||
"ods": "ods-goods-stock-summary",
|
||||
"dwd": {}
|
||||
},
|
||||
"json_to_ods": [
|
||||
{
|
||||
"json_path": "siteGoodsId",
|
||||
"ods_col": "sitegoodsid",
|
||||
"match_type": "case_insensitive",
|
||||
"json_type": "integer",
|
||||
"occurrence_pct": 100.0
|
||||
},
|
||||
{
|
||||
"json_path": "goodsName",
|
||||
"ods_col": "goodsname",
|
||||
"match_type": "case_insensitive",
|
||||
"json_type": "string",
|
||||
"occurrence_pct": 100.0
|
||||
},
|
||||
{
|
||||
"json_path": "goodsUnit",
|
||||
"ods_col": "goodsunit",
|
||||
"match_type": "case_insensitive",
|
||||
"json_type": "string",
|
||||
"occurrence_pct": 100.0
|
||||
},
|
||||
{
|
||||
"json_path": "goodsCategoryId",
|
||||
"ods_col": "goodscategoryid",
|
||||
"match_type": "case_insensitive",
|
||||
"json_type": "integer",
|
||||
"occurrence_pct": 100.0
|
||||
},
|
||||
{
|
||||
"json_path": "goodsCategorySecondId",
|
||||
"ods_col": "goodscategorysecondid",
|
||||
"match_type": "case_insensitive",
|
||||
"json_type": "integer",
|
||||
"occurrence_pct": 100.0
|
||||
},
|
||||
{
|
||||
"json_path": "rangeStartStock",
|
||||
"ods_col": "rangestartstock",
|
||||
"match_type": "case_insensitive",
|
||||
"json_type": "integer",
|
||||
"occurrence_pct": 100.0
|
||||
},
|
||||
{
|
||||
"json_path": "rangeEndStock",
|
||||
"ods_col": "rangeendstock",
|
||||
"match_type": "case_insensitive",
|
||||
"json_type": "integer",
|
||||
"occurrence_pct": 100.0
|
||||
},
|
||||
{
|
||||
"json_path": "rangeIn",
|
||||
"ods_col": "rangein",
|
||||
"match_type": "case_insensitive",
|
||||
"json_type": "integer",
|
||||
"occurrence_pct": 100.0
|
||||
},
|
||||
{
|
||||
"json_path": "rangeOut",
|
||||
"ods_col": "rangeout",
|
||||
"match_type": "case_insensitive",
|
||||
"json_type": "integer",
|
||||
"occurrence_pct": 100.0
|
||||
},
|
||||
{
|
||||
"json_path": "rangeInventory",
|
||||
"ods_col": "rangeinventory",
|
||||
"match_type": "case_insensitive",
|
||||
"json_type": "integer",
|
||||
"occurrence_pct": 100.0
|
||||
},
|
||||
{
|
||||
"json_path": "rangeSale",
|
||||
"ods_col": "rangesale",
|
||||
"match_type": "case_insensitive",
|
||||
"json_type": "integer",
|
||||
"occurrence_pct": 100.0
|
||||
},
|
||||
{
|
||||
"json_path": "rangeSaleMoney",
|
||||
"ods_col": "rangesalemoney",
|
||||
"match_type": "case_insensitive",
|
||||
"json_type": "number",
|
||||
"occurrence_pct": 100.0
|
||||
},
|
||||
{
|
||||
"json_path": "currentStock",
|
||||
"ods_col": "currentstock",
|
||||
"match_type": "case_insensitive",
|
||||
"json_type": "integer",
|
||||
"occurrence_pct": 100.0
|
||||
},
|
||||
{
|
||||
"json_path": "categoryName",
|
||||
"ods_col": "categoryname",
|
||||
"match_type": "case_insensitive",
|
||||
"json_type": "string",
|
||||
"occurrence_pct": 100.0
|
||||
}
|
||||
],
|
||||
"ods_to_dwd": {},
|
||||
"dwd_to_ods": {}
|
||||
}
|
||||
Reference in New Issue
Block a user