README 541 B

12345678910111213141516
  1. Reckon automagically converts CSV files for use with the command-line
  2. accounting tool Ledger. It also helps you to select the correct
  3. accounts associated with the CSV data using Bayesian machine learning.
  4. First, login to your bank and export your transaction data as a CSV
  5. file.
  6. To see how the CSV parses:
  7. reckon -f bank.csv -p
  8. To convert to ledger format and label everything, do:
  9. reckon -f bank.csv -o output.dat
  10. To have reckon learn from an existing ledger file, provide it with -l:
  11. reckon -f bank.csv -l 2010.dat -o output.dat