Migrate Squarespace to Drupal Example

Component ID

2074733

Component name

Migrate Squarespace to Drupal Example

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This is a starter, example module for Migrate to make importing from Squarespace 5 to Drupal easier. You will need to modify the code in this module in order for it to work.

This will likely stay a sandbox, so when you clone this with git, I suggest the following instead of what's on the instructions page (so you'll get the module I used):

git clone chellman@git.drupal.org:sandbox/chellman/2074733.git ss5_migrate
cd ss5_migrate

It requires XML files such as Squarespace 5 provides, which is a full-site export including all content and user accounts. As of this writing, Squarespace 6 only provides an export in WordPress format (still XML) that exports content, but nothing else. To import that into Drupal, you can probably use WordPress Migrate.

Read more about this code here (for now).