From 8aca6ff84b842b017d05e30e7ab5ddb70f929e73 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 16 Feb 2023 04:37:45 -1000 Subject: [PATCH] ;doc: import: tweak --- hledger/Hledger/Cli/Commands/Import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/Commands/Import.md b/hledger/Hledger/Cli/Commands/Import.md index b3c3a6feb..aa8eaa1b4 100644 --- a/hledger/Hledger/Cli/Commands/Import.md +++ b/hledger/Hledger/Cli/Commands/Import.md @@ -79,7 +79,7 @@ $ ls bank.csv* | entr bash -c 'echo ====; hledger import --dry bank.csv | hledge Note: when importing from multiple files at once, it's currently possible for some .latest files to be updated successfully, while the actual import fails because of a problem in one of the files, leaving them out of sync (and causing -some transactions to be missed, requiring the .latest files to be manually reset). +some transactions to be missed). To prevent this, do a --dry-run first and fix any problems before the real import. ### Importing balance assignments