Hi,

I have an csv of the catergories I need for my shop which looks like this:
categories_id,parent_id,name
"17","0","Toys"
"18","6","Stationery" etc...

How can I import these into the database? Or how would I go about writing an sql statement to do so?

I need the categories to keep the id's in the csv as I am using them for easy populate for the product csv.

Any help appreciated!