-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmaster_data_management.json
40 lines (40 loc) · 1.21 KB
/
master_data_management.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"SampleFileName": "Consignment_pricing_raw.csv",
"NumberofColumns" : 33,
"NumberofRows": 10324,
"colName": {
"ID": "int64",
"Project Code": "object",
"PQ_#" : "object" ,
"PO / SO_#": "object",
"ASN/DN_#": "object" ,
"Country": "object" ,
"Managed by": "object",
"Fulfill Via": "object" ,
"Vendor INCO Term": "object" ,
"Shipment Mode": "object" ,
"PQ First Sent to Client Date": "object" ,
"PO Sent to Vendor Date": "object" ,
"Scheduled Delivery Date": "object" ,
"Delivered to Client Date": "object" ,
"Delivery Recorded Date": "object" ,
"Product Group": "object" ,
"Sub Classification": "object",
"Vendor": "object" ,
"Item Description": "object",
"Molecule/Test Type": "object" ,
"Brand": "object" ,
"Dosage": "object" ,
"Dosage Form": "object",
"Unit of Measure": "int64",
"Line Item Quantity": "int64",
"Line Item Value": "float64",
"Pack Price": "float64",
"Unit Price": "float64",
"Manufacturing Site": "object" ,
"First Line Designation": "object" ,
"Weight (Kilograms)": "object",
"Freight Cost (USD)": "object",
"Line Item Insurance (USD)": "float64"
}
}