So I just installed zen cart to replace Godaddy Online Shopping cart.

I currently have over 1200 products that are organized in categories.

So the idea that I need to manually enter these products one by one is very daunting..

I'm working on perl script to import the data directly into mysql. I would like some advice as to what tables to import the data into.

Right now I see..

Zen Cart tables.

products
products_description
categories
categories_description


Am I missing any other tables or are these the only tables I need to import directly into mysql and anything I need to be concerned with or keep in mind while doing this task?