Skip to content

Library to validate CSV files used for ingestion of external orders into the MyPlay commerce platform.

License

Notifications You must be signed in to change notification settings

rgenerator/csvorders

Repository files navigation

Csvorders

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.

Installation

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

Usage

TODO: show an example app

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

About

Library to validate CSV files used for ingestion of external orders into the MyPlay commerce platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages