Multidrop (CP) - Data Import
I've tried to import an order file but I keep getting an error?
If you are uploading our standard (.xlsx) manifest and you're receiving an error, or, you're uploading a standard .csv file in the same layout then please check the following:
- Filename - this should not contain any symbol other than an underscore ( _ ) and no commas (,) or ampersands (&), please also remove any spaces.
- Tab Name - in the .xlsx file, the tab name should be called 'Data' and nothing else.
- Cells - the cells with data in should not contain invalid symbols such as commas (,) which, in a CSV file can split the data incorrectly and cause an error or quotation marks which are sometimes used in product descriptions (") as this can also cause errors when uploading. If you wish to show inches in a description simply use two apostrophes to replicate this (''). Telephone Numbers should not contain symbols either, they should only contain numbers
- Custom Files - If you have a custom import file that has been developed specifically for you, please compare the columns and titles to previously imported files in case the customer supplying the file has changed or removed anything which would not match the custom-developed import process.
Tried all of the above and still getting an error?
Please make sure you're uploading a file that is using our default file layout with matching headers by comparing it to other files - you can download a copy of our blank default manifest .xlsx file here to compare your file with. if you're copying and pasting data into our file ensure you're pasting the data into the file as 'values' to maintain the file integrity rather than overwriting the cell settings.
If you need to learn more on pasting values instead of formatted data check out this tutorial - 9 Ways to Copy and Paste as Values in Excel | How To Excel
Mixed Data CSV Imports
Mixed data types are a bit of a nightmare to handle, Excel just doesn't like them in CSV files.
Excel will use the first 8 rows to determine the data type based on the majority, so if 5 are numeric and 3 are alphanumeric it will simply ignore the alphanumeric values... stupid, right?
The only way you can handle this is by sorting the data before you import it. So that the alphanumeric values are at the top because Excel doesn't seem to mind numeric values after alphanumeric ones.
To do this, open the CSV in Excel, select the headers and in the home tab above select 'sort & filter', you can then add column filters to the sheet along the top.
Select the drop-down arrow in the column you wish to filter (usually order Numbers or References) to show the filter/sort options and select 'Sort Z-A' to sort large to small and import again.