How can I import content from my Joomla website to Drupal website? I want to import users, content items and categories. Is there a out of the box module or it requires custom development. I dont have too much to spend on this as I have already spent much on developing a drupal website.
Please make recommendations.

1 year 43 weeks ago
There is a out of the box module in Drupal that allows to import following content from Joomla site to drupal site. The link to module is: http://drupal.org/project/joomla
It can import users, taxonomies, sections, content nodes , etc
This module works with Joomla 1.0.x. Community says it also works with Joomla 1.5.x
Thanks for your help. Is it also possible to run the imports automatically via cron? I want to keep sync between Joomla site and drupal site.
Thanks for your help in advance.
Yes Pooni. You can run imports via cron.
Every time a content item gets updated in Joomla, a new revision will be created for the relevant Drupal
content node.
Thanks
Tony
Post Comment