best way to slurp bank records?

2012-09-23 Thread Eric Abrahamsen
I've got some text files from my Chinese banks formatted according to their own system. I'm planning on just using Python to slurp the file in, but I'll need to write it out to ledger format. What's the best way of doing that? I didn't see anything in the /python or /contrib folders that look like

Re: best way to slurp bank records?

2012-09-23 Thread Zack Williams
On Sun, Sep 23, 2012 at 6:34 AM, Eric Abrahamsen e...@ericabrahamsen.net wrote: I've got some text files from my Chinese banks formatted according to their own system. I'm planning on just using Python to slurp the file in, but I'll need to write it out to ledger format. What's the best way of