Migrating from Mambo to Drupal

B747 - April 13, 2006 - 18:06

Hi

I want to know how to put all my content from my mambo site into my drupal site. I've searched and found out how to do themes and users, neither of which apply to me.

Can anyone help?

I would like to do the same.

bohtho - April 13, 2006 - 18:14

I would like to do the same. Is the only way to do this to export the mambo content table(s) to a CSV file, and use the import module (which I dn't remember the full name of..) to get this in as nodes in the drupal database ?

EDIT: node_import http://drupal.org/project/node_import

content export

B747 - April 13, 2006 - 18:37

ok, so how do you export the content?

phpmyadmin

bohtho - April 13, 2006 - 22:56

Well, you could use phpmyadmin if you have it installed (or provided by your host) and choose export from there when viewing the content table(s). Choose CVS as file format.

Will the exported data be

B747 - April 15, 2006 - 07:58

Will the exported data be compatible with drupal?

Well

bohtho - April 15, 2006 - 13:46

Well, the exported data will then be in CSV format, and the node_import module can import data as nodes from this format.

ok, so is it one table per

B747 - April 18, 2006 - 11:56

ok, so is it one table per CSV file or do i bundle them all into one?

You'll most probably export

bohtho - April 18, 2006 - 17:38

You'll most probably export one at a time, but you can if you want to collect them in one csv file using excel or openoffice calc.

Thanks. So which tables

B747 - April 19, 2006 - 08:47

Thanks. So which tables belong to drupal? I can't see a common prefix that looks like it might have anything to do with drupal, so i guess they're just on there higgledy-piggledy. Any ideas?
EDIT: sorry, just realised that was a stupid thing to say. Ignore it.

Which mambo tables do i

B747 - April 19, 2006 - 11:53

Which mambo tables do i export? If i just want the content do i just need to do mos_content?

mos_content is the common

bohtho - April 24, 2006 - 23:02

mos_content is the common content table used by modules, but there may be for example some sorts of mos_*comments tables and the sorts made by modules.

 
 

Drupal is a registered trademark of Dries Buytaert.