diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ # Parse sales reports from iMusicianDigital +Parses the csv exported from iMusicianDigital's sales page and outputs +a few different reports that may be more useful and easy to read. + +## Requirements + +* Ruby 2.x + +## Usage + + ruby <path_to_program>/parse_report.rb <input-file.csv> + ## License Copyright (C) 2014 Harald Eilertsen |