By zythyr on
I am trying to look for a way to convert a site running DotNetNuke to Drupal. My most important priority is to convert members to Drupal. If the content is not possible, then I can manually do it.
So is there a way to convert all the users on the site from DotNetNuke to Drupal?
Comments
Import tools
Check this search for info on how to export data from your DotNetNuke site. Your target should be to export the data into CSV files (comma separated)... I would suggest a separate file for users, one for a certain kind of content, another for different kind of content, etc. http://www.google.com/search?q=export+dotnetnuke
Once you have these CSV files, you can import them into Drupal:
For content: http://drupal.org/project/node_import
For users: http://drupal.org/project/user_import
You may find more helpful information as well here http://drupal.org/handbook/migrating
Hope this helps :)