mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
28e76dd80e
[ci skip]
23 lines
651 B
Plaintext
Executable File
23 lines
651 B
Plaintext
Executable File
# hledger csv conversion rules v2
|
|
# mint.com
|
|
|
|
account1 assets:personal:bank:wells fargo:checking
|
|
|
|
# 0 1 2 3 4 5 6 7 8
|
|
#"Date","Description","Original Description","Amount","Transaction Type","Category","Account Name","Labels","Notes"
|
|
fields date, shortdesc, origdesc, amount, txntype, category, account, labels, notes
|
|
date-format %-m/%-d/%Y
|
|
skip 1
|
|
currency $
|
|
|
|
if ,debit,
|
|
amount -%amount
|
|
|
|
description: %shortdesc - %origdesc %category %account - %txntype
|
|
|
|
account2: expenses:personal:%category
|
|
|
|
if Home Improvement
|
|
account2: expenses:personal:home:home care
|
|
|