Saturday, October 10, 2009

Node Export

The export module allows users to export an existing node and then import it into another Drupal installation. The idea is similar to the way you export/import Views or Content Types. The module itself was originally based on Node Clone and therefore is similar in configuration and limitations - with the exception that you can create the clone on another website (assuming relevant compatibility with content types and fields).
An example of how you might use this module: Say you have created a node of type Webform with the following fields: "First Name" "Surname" "Email" "Comment" on one website. You come to building a new website with a similar Webform, but the fields are: "First Name" "Surname" "Email" "Phone" "Fax". We could either create the form from scratch, or we could export/import the original form, remove the "Comment" field and add the "Phone" and "Fax" fields.
Using this module you can save yourself a lot of time setting up new websites that have similar nodes to websites you've already made.

Bulk Export/Import

Node Export now supports bulk node operations from the admin/content/node page or using Views Bulk Operations. For a more advanced approach to bulk import/export of nodes use the Views Bonus module to export a CSV of nodes in a View and then import the CSV with Node Import.

Migrating Nodes Between Drupal Versions

Ensure both modules are the latest release for the same major version for each drupal version, i.e. 5.x-1.x and 6.x-1.x are compatible.

Images and Files

Files and images in a node do not get exported, however the Drupal 6 version comes with a module from James Andres to assist with exporting CCK filefields.

Releases

Official releases
Date
Size
Links
Status
6.x-2.18
2009-Oct-06
18.79 KB
Recommended for 6.x
This is currently the recommended release for 6.x.
5.x-2.2
2009-Jun-18
10.75 KB
Recommended for 5.x
This is currently the recommended release for 5.x.

No comments:

Post a Comment