Skip to content

fernandogrd/payoneer_csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payoneer::Csv

Simple tool for converting payoneer pdf report to csv file.

Build status

Installation

First of all install ps2ascii executable

$ sudo apt-get install ghostscript

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

About

Simple tool for converting payoneer pdf report to csv file

Resources

License

Stars

Watchers

Forks

Packages

No packages published