Open sbridges opened 5 years ago
Thanks @sbridges. Some notes:
The machine parseable output might be better as json. When the number of column in the csv get to be dynamic, a json map may be better.
You're probably right. I think the CSV should do at least a little better here also. CSV is nice for its simplicity.
In regards to,
https://github.com/sbridges/ledgerble/commit/2cb299f7dbdcbe360d765eb8073da890056ea84d#r35514963
It would be nice to have an easily machine readable output from hledger. The current csv format inconsistently formats values, and doesn't separate the currency from the value.
Having the account type for each entry would also be very useful.