mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-15 00:27:46 +03:00
docs: more csv conversion tips
This commit is contained in:
parent
355b629fa6
commit
0520f21e49
10
MANUAL.md
10
MANUAL.md
@ -486,9 +486,15 @@ The following kinds of rule can appear in any order:
|
||||
Typically you'll keep one rules file for each account which you
|
||||
download as CSV. For an example, see [How to read CSV files](CSV.html).
|
||||
|
||||
Other features:
|
||||
Other notes:
|
||||
|
||||
A CSV amount value that is parenthesised will have the parentheses stripped and its sign flipped.
|
||||
An amount value that is parenthesised will have the parentheses stripped and its sign flipped.
|
||||
|
||||
If the `currency` pseudo field is assigned, its value will be prepended to every amount.
|
||||
|
||||
If the CSV has debit/credit amounts in separate fields, assign the `amount-in` and `amount-out` pseudo fields instead of `amount`.
|
||||
|
||||
Generating entries with three or more postings is not supported at present.
|
||||
|
||||
### Timelog files
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user