hledger-import
Verified for current stable LTS
Hledger Import Commands
Hledger Import command syntax with verified terminal examples.
Commands
6 commands for Hledger Import
hledger-import Operations
Hledger Import Command: Dry Run Import From Multiple Files
hledger import <path/to/bank1.csv> <path/to/bank2.csv> --dry-run hledger-import Operations
Hledger Import Command: Import Transactions From All Csv Files
hledger import --rules-file <common.rules> *.csv hledger-import Operations
Hledger Import Command: Import Transactions From Single File
hledger import <path/to/bank.csv> hledger-import Operations
Hledger Import Command: Mark File As All New
rm -f .latest.bank.csv hledger-import Operations
Hledger Import Command: Mark File As Seen
hledger import --catchup <path/to/bank.csv> hledger-import Operations
Hledger Import Command: Show Errors While Editing Rules File
watchexec -- hledger -f <path/to/bank.csv> print Suggest a Hledger Import Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Hledger Import workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.