From 0835a2485fae7fecb617d352b6d2899602abc5f5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 19 Nov 2025 10:45:45 -1000 Subject: [PATCH] ;doc:csv: CSV fields and hledger fields: edits --- hledger/hledger.m4.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 6b8977c9c..b0a6dbb09 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -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