Hi I recently setup an account with iceCAT to see how this works.
A quick fix, which we did with another droppershipper csv file that didnt work was copy and paste the document into excel
Then run a macro to split the cells on each delimiter.
Then add in a column between each new cell and add in teh correct VM delimiter.
YOu can delete any columns of stuff that VM wont use. (rename the headers to VM headers also)
Finally write a simple concantenation formulae in the final column
=concantenate(a1+b1+c1)
a1 = XXXX
b1 = ,
c1 = YYYY
outcome = XXXX,YYYY
and voila you can create a perfectly working csv import for VM.
This is really useful for the times you have a csv that has wrong info or extra stuff VM wont and cant use.