Migrate parcels
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
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.
