Converting Egg Credit Card Statements to Ofx (for upload to wesabe)
I’ve cobbled together some pretty nasty code to convert an Egg Credit Card statement to Ofx.
Grab the source from google code.
$ svn checkout http://chrisroos.googlecode.com/svn/trunk/egg-ofx
As well as requiring hpricot, you will need to edit the StatementsFolder and OfxOutputFolder variables in egg.rb. These need to point to a directory containing html statements, and an empty output directory respectively.
I’ve used the script to upload my last 12 statements to wesabe and everything seems to work Ok. If you have any questions, just post a comment here.