Sha256: ccc96dd61893209f23c5cc36b5976dea83314bf94a20c0addbd8cc6f3837741a
Contents?: true
Size: 776 Bytes
Versions: 1
Compression:
Stored size: 776 Bytes
Contents
# Payoneer::Csv Simple tool for converting payoneer pdf report to csv file. ## Installation Add this line to your application's Gemfile: gem 'payoneer_csv' And then execute: $ bundle Or install it yourself as: $ gem install payoneer_csv ## Usage `payoneer_csv [path to pdf report]` Example: ``` $ payoneer_csv Transcations.pdf Transaction Date,Description,Amount,Currency 10/26/2012 8:15:31 PM,Delikatesy Alma,-7.83,USD 10/26/2012 12:25:14 AM,DEEZER,-4.87,USD 10/23/2012 6:28:09 AM,SJO Empik,-23.17,USD ... ``` ## 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
payoneer_csv-0.1.1 | README.md |