Creating CSV Order File
Example CSV Header
CustomerNo,ShipToCode,ItemCode,Quantity,CustomerPONo,OrderDate,PackDate,UofM,Site,DeliveryDate,Price
Creating the CSV File in Excel
- Paste the header row into cell A1.
- If the data appears in a single column:
- Select Column A.
- Click Data → Text to Columns.
- Choose Delimited.
- Select Comma.
- Click Finish.
- Enter the order information and Export as CSV
Creating the CSV File in Google Sheets
- Paste the header row into cell A1.
- If the data appears in a single column:
- Select Column A.
- Click Data → Split Text to Columns.
- Choose Comma as the separator.
- Enter the order information and Download as CSV
