doc: csv how to: remove undocumented tilde operator #386

This commit is contained in:
Simon Michael 2016-08-07 07:05:10 -07:00
parent 87b1d26db0
commit fdd1378b4e

View File

@ -25,7 +25,7 @@ account1 assets:bank:checking
# if the CSV record contains SAVINGS, set the second account to assets:bank:savings # if the CSV record contains SAVINGS, set the second account to assets:bank:savings
# (if not set, it will be expenses:unknown or income:unknown) # (if not set, it will be expenses:unknown or income:unknown)
if ~ SAVINGS if SAVINGS
account2 assets:bank:savings account2 assets:bank:savings
``` ```