No commit activity in last 3 years
No release in over 3 years
Enhanced version of exporting and importing your Radiant database tables to/from YAML files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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