You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
fourtysixandtwo 2ba5ba66e6 business/reckon: Change i486 to i586 4 years ago
..
README business/reckon: Fix README. 5 years ago
reckon.SlackBuild business/reckon: Change i486 to i586 3 years ago
reckon.info business/reckon: Switch to https. 8 years ago
slack-desc business/reckon: Added (ledger csv converter). 11 years ago

README

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