;csv: doc: link to #1051

[ci skip]
This commit is contained in:
Simon Michael 2019-07-08 06:20:38 +01:00
parent 19ba1628bf
commit f8cc60d287

View File

@ -165,7 +165,7 @@ comment note: %somefield - %anotherfield, date: %1
Field assignments can be used instead of or in addition to a field list.
Note, interpolation strips any outer whitespace, so a CSV value like
`" 1 "` becomes `1` when interpolated.
`" 1 "` becomes `1` when interpolated ([#1051](https://github.com/simonmichael/hledger/issues/1051)).
## conditional block