Import Export

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.

Installation

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

History

  • 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]

Usage

  • 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 )

Contributing

  1. Fork it
  2. Create your feature branch (`git checkout -b my-new-feature`)
  3. Commit your changes (`git commit -am ‘Add some feature’`)
  4. Push to the branch (`git push origin my-new-feature`)
  5. Create new Pull Request

To do

  • Import still not working with Oracle
  • Add more tests

Contributors