Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created January 11, 2020 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitaibu/17e76174f6547d1e8d03b2583cbab6c3 to your computer and use it in GitHub Desktop.
Save amitaibu/17e76174f6547d1e8d03b2583cbab6c3 to your computer and use it in GitHub Desktop.
hledger print -f in-out.csv
2019/12/01
hledger: both amount-in and amount-out have a value
amount-in: 0
amount-out: 10
record: the CSV record is: "01/12/19","foo","0","10"
01/12/19 foo 0 10
fields date, desc, amount-in, amount-out
date-format %d/%m/%y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment