Star Export
Categories
Component ID
2769963
Component name
Star Export
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
The Star Export module exports custom content which specifically includes field collection data. Many other modules and examples include exporting custom content such as Node Export or Views Data export but extra effort is require to include field collection data. This module adds the ability to export the field collection data in a flexible way as a drush command.
drush star-export takes the following command line arguments :
- f => file to export
- c => field collection name
- t => content type machine name
drush star-import takes the following command line arguments :
- f => file to import
- t => content type machine name
