mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
14 lines
495 B
Plaintext
14 lines
495 B
Plaintext
# hledger CSV conversion rules for YNAB 4's register export format
|
|
|
|
account1 assets:personal:ynab
|
|
|
|
# "Account","Flag","Check Number","Date","Payee","Category","Master Category","Sub Category","Memo","Outflow","Inflow","Cleared","Running Balance"
|
|
fields account,flag,code,date,payee,category,mastercategory,subcategory,memo,outflow,inflow,cleared,balance
|
|
|
|
date-format %d/%m/%Y
|
|
description %payee
|
|
comment %memo
|
|
account2 expenses:personal:%category
|
|
amount-out %10
|
|
amount-in %11
|