summaryrefslogtreecommitdiffstats
path: root/business/reckon/README
blob: 89d98e90fd21fdab1a82ec9eb8dde1b206d0e31a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Reckon automagically converts CSV files for use with the command-line
accounting tool Ledger. It also helps you to select the correct accounts
associated with the CSV data using Bayesian machine learning.

First, login to your bank and export your transaction data as a CSV file.

To see how the CSV parses:
  reckon -f bank.csv -p

To convert to ledger format and label everything, do:
  reckon -f bank.csv -o output.dat

To have reckon learn from an existing ledger file, provide it with -l:
  reckon -f bank.csv -l 2010.dat -o output.dat