Tagged Questions

2
votes
2answers
851 views

Grab some ofx data with python

I was trying to use http://www.jongsma.org/gc/scripts/ofx-ba.py to grab my bank account information from wachovia. Having no luck, I decided that I would just try to manually construct some request ...
0
votes
1answer
20 views

OFX Parser. Ignore XML Text Reader Exception

I am writing custom OFX -> XML parser on c#. Currently I am using standard XMLTextReader. The ofx format might have following structure: <STATUS> <CODE>0 <SEVERITY>INFO ...
0
votes
0answers
21 views

Means/methods to parse OFX

I want to write a parser(or use existing one) for OFX format. I'v tried ofx_csharp, but it doesn't suit to my case, moreover it has some requirements to import file. So I thought it would be better ...