I have tried to find a solution to this in the forums, and there are a lot of posts with "You have an error in your SQL syntax etc." in them, but I cannot find one that helps in my case.
The full error message is-
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 5
Error No: 1064
INSERT INTO `product_to_category` (`product_id`,`category_id`) VALUES (74,48), (74,41), (74,42), (74,);
I get this message during uploading of the spreadsheet in the Export/Import tool.
From what I have read I believe it means there is something wrong with the code and there is an extra ) where it shouldn't be but I do not know how to fix this. I have looked in various files & folders but with no luck.
If anyone can point me in the right direction I will be most grateful.

I've only go this and a couple of other things to iron out and I will be able to go live with my first ever OC website
