the_only_event_reporter_ever 0.0.1
# EventReporter EventReporter is a CSV parser and sorter. you can load a CSV and then search it. ## Installation $ gem install event_reporter $ gem list event_reporter -d ## Usage run $ event_reporter Type 'Load' to load the records from the CSV Type 'Find first_name sarah' to find all users with first name sarah Type 'Queue Print' to see the names that were found. Type 'Queue Save to ' to save the records in the queue.JSON, XML, TXT, CSV are acceptable extensions. ## 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
Gemfile:
=
install:
=
Runtime Dependencies (1):
nokogiri
>= 1.5.6