Hello,

Maybe it is very easy but after hours of search (and not that found as i aspected) i will try it with a post.

For a commerce site i have to import the products and news-articles from another system. The prefered way is to import it from a database table which contains all new products and news-articles i have to import.

I searched for a module (like feeds) that i could use for that, but all modules i have found could import an entity from rss, csv, aso but not from a database table.

Does anyone knows such a module or do i have to write my own module to create entities ?

Thanks for all answers.

Comments

coreyp_1’s picture

It seems that it would be easier to export the desired tables as a CSV then use that for your import.

haza’s picture

Migrate (http://drupal.org/project/migrate) can easily to that.

ron_ron’s picture

Thankx i will try both ways.