Airhelp
Test command line tool to parse CSV files, checking for ICAO and IATA codes.
Installation
Install it from command line:
$ gem install airhelp
Runtime Dependencies
- Ruby 1.9.3
- RubyGems
Development Dependencies
- Bundler
- Thor
- ActiveModel
Usage
Basic usage:
$ airhelp convert input.csv output.csv
$ airhelp convert input.csv output.csv --errors errors.csv
General help:
$ airhelp help
Command help:
$ airhelp help convert
Sample data in csv:
Download: data.csv
Contributing
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Added some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request