NAME
Finance::Tiller2QIF::Map - Apply mapping rules to categorize transactions
VERSION
version 1.00
DESCRIPTION
Applies user-defined mapping rules to transactions in the SQLite database. Rules can filter by account, match transaction fields (category, payee, memo, date, amount), and set or suppress categories. Rules are evaluated in order; the first match wins.
FUNCTIONS
Map
Finance::Tiller2QIF::Map::Map( $db_path, $mapfile );
Apply mapping rules from $mapfile to transactions in the database. $mapfile is optional; if omitted, transactions pass through unchanged. Rules are evaluated in order; the first matching rule sets the transaction's mapped_category and/or skipped flag.
AUTHOR
brainbuz@cpan.org
COPYRIGHT AND LICENSE
This software is Copyright (c) 2026 by Your Name.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007