From 2a2f08bb58d989c2b5c498f4859416c52a036c7e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 14 Dec 2019 14:00:59 -0800 Subject: [PATCH] ;doc: csv: mention that fields rule's separator != csv separator [ci skip] --- hledger-lib/hledger_csv.m4.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hledger-lib/hledger_csv.m4.md b/hledger-lib/hledger_csv.m4.md index e765a3c83..814a768b4 100644 --- a/hledger-lib/hledger_csv.m4.md +++ b/hledger-lib/hledger_csv.m4.md @@ -404,6 +404,9 @@ Field names may not contain whitespace. Fields you don't care about can be left unnamed. Currently there must be least two items (there must be at least one comma). +Note, always use comma in the fields list, even if your CSV uses +[another separator character](#other-separator-characters). + Here are the standard hledger field/pseudo-field names. For more about the transaction parts they refer to, see the manual for hledger's journal format.