1
2
3
4
5
6
7
export const testCSVGroupByShippingData = [
{ "Service Type": "Ground", "Net Charge Amount": "100.34" },
{ "Service Type": "Home Delivery", "Net Charge Amount": "200" },
{ "Service Type": "SmartPost", "Net Charge Amount": "50.40" },
{ "Service Type": "Ground", "Net Charge Amount": "100.00" },
{ "Service Type": "SmartPost", "Net Charge Amount": "10.22" },
];