If you're a U.S. federal employee, you know what the TSP is. (If you're not a fed--well, it's a defined contribution retirement plan, like a 401(k).) Well the TSP only makes statements available in PDF form.
I made a library to parse the PDF statements: http://hackage.haskell.org/package/tsparse I wrote it as part of my work with Penny http://massysett.github.io/penny/ but it's generic that ledger and hledger folks would also find it useful. This will only parse the statement and give you Haskell data structures but if you know some Haskell it would be easy enough to make something that generates transactions and prints them to stdout. Parsing is the hard part and this does that for you. --Omari -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
