bradennapier / wf2csv

Converts Wells Fargo PDF statements to csv files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wellsfargo Statement Converter

Welcome to the extremely long tail of financial applications.

This is just a really crude script I created because I had to import data from my Wellsfargo Business accounts.

This is unflexible and bare with no comments or anything. However in case you know enough Ruby to make it fit your situation and you are in the same situation where you have to convert wellsfargo statement pdf’s to csv it might just help get you started.

I’m using this on business account statements, I have no idea if it will work elsewhere.

Requirements

The only requirement is the excellent pdf-reader gem.

Instructions

  • Create a directory called “statements”
  • Copy your pdf statements that you’ve downloaded from the WF web site into this “statements” directory
  • Run “wf2csv.rb”

This generates a .csv and a .txt file for each pdf in the same statements directory.

It does basic checking to see if it imported things properly. If it messed up on a line it should alert you and you can try messing around with the regexes to fix it.

Need help?

One last thing I am not planning on supporting this in any way. Feel free to fork it and work on it though.

About me

Check my blog StakeVentures and my startup Agree2.

About

Converts Wells Fargo PDF statements to csv files

License:MIT License


Languages

Language:Ruby 100.0%