;doc:csv: CSV fields and hledger fields: edits

This commit is contained in:
Simon Michael 2025-11-19 10:45:45 -10:00
parent c0ec0f4381
commit 0835a2485f

View File

@ -3703,7 +3703,8 @@ This can be confusing, so let's start with an overview:
- hledger fields can only be written to, not read. They'll be on the left hand side (or in a fields list), with no prefix. Eg
- setting the transaction's description to a value: `description VALUE`
- setting the transaction's description to the second CSV field's value `fields date, description, ...`
- setting the transaction's description to the second CSV field's value:\
`fields date, description, amount`
## `fields` list