Hello,
I'm new to beancount; I'd like to get started. I've reviewed a lot of the documentation, and am ready to start ingesting transactions into my beancount file. I'm lost on the ingest tools. I see the logic in the methodology, but I need something more step by step. can someone help me with this?
for instance,
I have multiple accounts with a common bank (checking, savings, money market) I downloaded the CSVs and the headers include.
BANK ID,Account Number,Account Type,Balance,Start Date,End Date,Transaction Type,Transaction Date,Transaction Amount,Transaction ID, Transaction Description
And 2 credit cards account CSV files have headers:
"Status","Date","Description","Debit","Credit"
or
"Status","Date","Description","Debit","Credit","Member Name"
what goes in the config.import file?
CONFIG = [
]
What is the easiest way for me to get started? Thanks, Dan