;doc: csv: clarifiy csv-only interpolation earlier

This commit is contained in:
Simon Michael 2021-09-01 07:14:05 -10:00
parent 5485990cac
commit 703980524b

View File

@ -3759,7 +3759,9 @@ Tips:
- Interpolation strips outer whitespace (so a CSV value like `" 1 "`
becomes `1` when interpolated)
([#1051](https://github.com/simonmichael/hledger/issues/1051)).
- See also [Tips](#tips) below.
- Interpolations always refer to a CSV field -
you can't interpolate a hledger field.
(See [Referencing other fields](#referencing-other-fields) below).
### Field names