This project is not covered by Drupal’s security advisory policy.
Migrate parcels are like Features for entities. The idea is that you can use this to export your 'structural' entities to CSV files which can be kept under version control as part of your codebase and used in installing new instances of a site.
Structural entities are those that form part of the site's essential build rather than its content; this can often be a vague distinction but a good example is the taxonomy terms for major versions on drupal.org ('6.x', '7.x' and so on).
This depends on Migrate and Migrate Extras to import entities, and inspired by Features for their storage.
Entities are exported to a parcel, which is a module-like folder containing a .info file and a CSV. Parcels automatically declare migrations for Migrate module. Parcels detected in your site's codebase can be updated with subsequently created entities.
See the README for more details.
Project information
- Project categories: Content editing experience, Import and export
1 site reports using this module
- Created by joachim on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

