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 ledger writers. Should I just use a string template?
Given that I'm conversant in python and bash, and not likely to be learning any C/C++ anytime soon (though I can copy-and-paste with the best of them), what's my best option for writing a ledger file from python/bash data? Thanks! Eric
