Skip to main content

Module extract_cmd

Module extract_cmd 

Source
Expand description

rledger extract - Extract transactions from bank files.

This is the primary rustledger command for importing transactions from CSV, OFX, and other bank statement formats.

§Usage

rledger extract bank.csv --account Assets:Bank:Checking
rledger extract statement.csv --config bank-config.json

Structs§

Args
Extract transactions from bank files.

Functions§

main_with_name
Main entry point with custom binary name (for bean-extract compatibility).
run
Run the extract command with the given arguments.