Sha256: 635e018862942c421588ef0f01c85ed033a1339938e179aec9f1882a1e0d6389
Contents?: true
Size: 982 Bytes
Versions: 1
Compression:
Stored size: 982 Bytes
Contents
# Payoneer::Csv Simple tool for converting payoneer pdf report to csv file. [](http://travis-ci.org/lucassus/payoneer_csv) ## Installation First of all install `pdftotext` executable $ sudo apt-get install poppler-utils 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.2 | README.md |