Normally, delimiters are what allows you to separate things (so if you have addresses with coma it will affect the results and spacing)Basically, when importing the csv into Worldship it should let you drag the header columns to their respective fields (i.e. "Name" column from the csv to the name field in the shipping window). Our problem is that the "drag below fields" window is empty, while it should display "Name" and "Company". Seems we'll still need our date with UPS tomorrow.
When I was working with duties, if the sheet required 27 columns even if you have a lot blank, they need to be present.
Even if you only have
"Name","Company"
"Alex","THORZONE"
I would recommend to check the documentation to see if you don't need every field present for the system to recognize it.
ie: "Name","Company", "Alex","THORZONE",,,,,,,,,,,,"Alex again", 555-555-555,,,,,,,
In this case each comma is a delimiter for the empty fields.
Also @AlexTzone UTF-8 is suggested, don't switch it to ANSI or else other sybols (such as pain and Netherlands) countries won't work. UTF8 is the correct standard for CSV
Last edited: