hledger-import
Verified for current stable LTS
Hledger Import Command: Dry Run Import From Multiple Files
Use for dry run import from multiple files with Hledger Import. Exact CLI syntax to dry run import from multiple files using Hledger Import.
When to use this: Use for dry run import from multiple files with Hledger Import.
Command Syntax
hledger import <path/to/bank1.csv> <path/to/bank2.csv> --dry-run hledger import <path/to/bank1.csv> <path/to/bank2.csv> --dry-run Command Breakdown
--dry-run- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to dry run import from multiple files using Hledger Import.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Hledger Import Command: Import Transactions From All Csv Files
hledger import --rules-file <common.rules> *.csv Hledger Import Command: Import Transactions From Single File hledger import <path/to/bank.csv> Hledger Import Command: Mark File As All New rm -f .latest.bank.csv Hledger Import Command: Mark File As Seen hledger import --catchup <path/to/bank.csv> Hledger Import Command: Show Errors While Editing Rules File watchexec -- hledger -f <path/to/bank.csv> print