node_export
This module allows users to export nodes and then import it into another Drupal installation, or on the same site.
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, migrating nodes to new Drupal versions, or between development/staging/production sites.
You will need the same content types for the imports to work (unless using Feeds to import), and ideally relevant compatibility with fields, and modules.
How to use Node export
There are several ways to use Node export:
- Through a tab that appears on the node page.
- Using update options on the Content page.
- In a command line using Drush.
- Using the Features module.
- Using the Views Bulk Operations module.
Nodes exported with Node export can be imported:
- Simple imports
- Advanced imports
- For advanced importing enable Node export feeds and import via the Feeds interface.
Node export formats
Nodes can be transmitted using JSON, Drupal var exports, CSV, PHP serialization, or XML.
Migrating nodes between Drupal versions
Far too much changes between Drupal versions to reliably handle using this module to migrate across versions. You may have some success with the Node Export Feeds submodule. However if possible, I recommend getting both versions of the site running the same version of Drupal and Node Export.
Dependencies, references, relationships, structures, hierarchies, etc...
Supports: node/entity references, taxonomy, and organic groups.
Node export dependency
Supports: authors, translated content, books, organic groups, taxonomy term reference, file, image, node reference, user reference, entity reference, and field collection.
More from community
Similar module Content Synchronization.