The rGenerator Commerce Platform can ingest order data from outside sources in CSV format. This library can be used to validate the CSV prior to ingestion so the order creation process goes smoothly.
Add this line to your application's Gemfile:
gem 'csvorders', '~> 1.0', :git => "https://github.com/rgenerator/csvorders.git"
And then execute:
$ bundle
Or install it yourself by cloning this repo the running:
rake install
TODO: show an example app
- 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