Hi guys,
I put together a little python script[1] that lets you generate believable
ledger example data and used it in a new blog post about some reports I put
together using ledger[2]. Basically you feed it a json file describing the
entries you want to show up with various options and then tell it to go. I
feed this into ledger like this:
$ ./generate.py entries.json | ledger -f - print > cleaned_ledger.txt
In that same repository there's a file named `stan.json` that exercises all
of the various options you can have on an entry.
--Pete
[1]: https://github.com/peterkeen/Ledger-Tools-Demo/blob/master/generate.py
[2]:
http://bugsplat.info/2011-07-09-program-your-finances-reporting-for-fun-and-profit.html