;csv: doc: remove currencyN/amount limitation (#1113)

[ci skip]
This commit is contained in:
Simon Michael 2019-11-12 13:24:59 -08:00
parent 155e5ba9d0
commit dbe8638ba2

View File

@ -716,9 +716,7 @@ If the currency is provided as a separate CSV field, you can either:
between symbol and amount (an exception to the usual whitespace
stripping).
- or assign it to `currencyN` which adds it to the amount set with
`amountN` only. (Note: does not affect amounts set with `amount`,
currently).
- or assign it to `currencyN` which adds it to posting N's amount only.
- or for more control, construct the amount from symbol and quantity
using field assignment, eg: