The Import Export extension supports an enhanced version of exporting your Radiant database, and
adds the ability to import the results of an export operation.
Add this line to your application’s Gemfile: gem 'radiant-import_export-extension'
And then execute: $ bundle
Or install it yourself as: $ gem install radiant-import_export-extension
- 2014-04-07 – Gemify [Andrew vonderLuft]
- 2013-12-31 – added capability to import/export join tables [Andrew vonderLuft]
- since then – tweaks and enhancements
- 2009-09-22 – Skip addition (ability to skip tables) [Johannes Fahrenkrug]
- 2007-04-18 – First release [Sean Cribbs]
- Import: $ rake db:import [TEMPLATE=path/to/export.yml]
- Export: $ rake db:export [SKIP=“tabelname1,tablename2”] [TEMPLATE=path/to/export.yml] (or browse to /admin/export )
- Fork it
- Create your feature branch (`git checkout -b my-new-feature`)
- Commit your changes (`git commit -am ‘Add some feature’`)
- Push to the branch (`git push origin my-new-feature`)
- Create new Pull Request
- Import still not working with Oracle
- Add more tests