doc: csv how to: remove undocumented tilde operator #386
This commit is contained in:
parent
87b1d26db0
commit
fdd1378b4e
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user