Yeah, this csv file is hosed and is not in the correct format.

Many columns are missing and nothing is inside of quotes. You also changed the first line from:
"sku";"title";"shortdescription";"longdescription";"weight";"weightunits";"showweight";"metakeywords";"metadescription";"featured";"upload";"options1";"options2";"options3";"options4";"options5";"forceoptions";"category";"parentcategory";"retailprice";"discount";"applypercent";"tax";"shipping";"handling";"defaultshipping";"typequantity";"defaultquantity";"minrangequantity";"maxrangequantity";"stockunits";"storeunits";"showstock";"image0";"image1";"image2";"image3";"image4"
to
sku,title,shortdescription,longdescription,weight,weightunits,showweight,metakeywords,metadescription,featured,upload,options1,options2,options3,options4,options5,forceoptions,category,parentcategory,retailprice,discount,applypercent,tax,shipping,handling,defaultshipping,typequantity,defaultquantity,minrangequantity,maxrangequantity,stockunits,storeunits,showstock,image0,image1,image2,image3,image4
We have an article here at
http://www.coffeecup.com/help/articles/ … eator-pro/ which shows the proper formatting of the file. Just make sure everything matched 100%.
Good luck!