;doc: csv: clarifiy csv-only interpolation earlier
This commit is contained in:
parent
5485990cac
commit
703980524b
@ -3759,7 +3759,9 @@ Tips:
|
|||||||
- Interpolation strips outer whitespace (so a CSV value like `" 1 "`
|
- Interpolation strips outer whitespace (so a CSV value like `" 1 "`
|
||||||
becomes `1` when interpolated)
|
becomes `1` when interpolated)
|
||||||
([#1051](https://github.com/simonmichael/hledger/issues/1051)).
|
([#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
|
### Field names
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user