From 0720cf93413653bbc2edbd5d10ed4c6dcc75bf8a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 17 Sep 2017 13:37:06 -0700 Subject: [PATCH] csv: doc: note how --rules-file affects all files in command --- hledger-lib/doc/hledger_csv.5.m4.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hledger-lib/doc/hledger_csv.5.m4.md b/hledger-lib/doc/hledger_csv.5.m4.md index 61dd73b8b..90306b8b3 100644 --- a/hledger-lib/doc/hledger_csv.5.m4.md +++ b/hledger-lib/doc/hledger_csv.5.m4.md @@ -203,3 +203,9 @@ Or, you can use a [field assignment](#field-assignment) to `amount` that interpo If the CSV includes a running balance, you can assign that to the `balance` pseudo field; whenever the running balance value is non-empty, it will be [asserted](/journal.html#balance-assertions) as the balance after the `account1` posting. + +## Reading multiple CSV files + +You can read multiple CSV files at once using multiple `-f` arguments on the command line, +and hledger will look for a correspondingly-named rules file for each. +Note if you use the `--rules-file` option, this one rules file will be used for all the CSV files being read. \ No newline at end of file