I need to create custom reports from my ledger files: Excel format, certain processing of raw data. With SQL it could be easy: just write your query and you'll get the data. But with ledger I have to process the records one by one.
Currently I', using the following method: I generate XML file with transactions using ledger then process it with a Perl script. Maybe, I can use ledger library directly and write a C++ program? Ledger functions will process the files and I will use it's data structures. Is there any documentation with samples of using ledger API and data structures? -- --- 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/d/optout.
