I think you are still trying to fix syntax of your file in MS excel or something, sorry but Excel is not successfull for that work.
I checked your last file, there are lines like that:
http//kidstoysrus.org.uk/thumbs/3D-Monkey-Clock-Thumb.jpg
it should be:
http
://kidstoysrus.org.uk/thumbs/3D-Monkey-Clock-Thumb.jpg
and in your previous file, product_available_date field values were like:
"01/01/2012"
but in your last csv file, it is:
"13/10/2011 180600"
I think excel added 180600 part to the field, PLEASE DO NOT USE MS EXCEL,
DOWNLOAD NOTEPAD++ or your problems in your file syntax will continue
For converting to UTF-8 format, do this:
Download notepad++ and open your csv file with notepad++, select "Edit" in upper menu and click "select all", then click "Encoding" in upper menu and click "Convert to UTF-8", then click on "File" in upper menu and click "Save as..." and enter a new name to your file, click "Save".
After that, open your new file with notepad++, check syntax, it should be as I told you in my previous message. Also, In "joomla admin panel => Components => CSVI Virtuemart => import => then on Options tab, you will see:
Auto detect delimiters: NO
Field Delimiter is ,
Text Enclosure is "
Category separator is \ as default
Dont use / as category separator because it is used in date values in your file, so it can cause a problem, use \ for it.
Then try to import your products again.