Import products MySQL

Hi,

Is there a way to import products on a csv file to the ip_products MySQL Database?

I’m not an expert in coding but have done it before using the tools in the admin

From a CSV is a little more work than a full sql file it seems. You may need to do some customizing by hand, but this discussion here: http://stackoverflow.com/questions/3635166/how-to-import-csv-file-to-mysql-table has a few options you can use with free software. Hope it helps.