Files
email_to_xml/column_mapping.json

18 lines
363 B
JSON

{
"default": {
"Item_ID": "Item_ID",
"Item_Name": "Item_Name",
"Item_Description": "Item_Description",
"Item_Price": "Item_Price",
"Item_Quantity": "Item_Quantity"
},
"hamiltron.net": {
"Item_ID": "ID",
"Item_Name": "Name",
"Item_Description": "Description",
"Item_Price": "Price",
"Item_Quantity": "Quantity"
}
}