diff --git a/column_mapping.json b/column_mapping.json new file mode 100644 index 0000000..b563866 --- /dev/null +++ b/column_mapping.json @@ -0,0 +1,17 @@ +{ + "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" + } +} +