Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
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" },
];
October 23, 2023