DESCRIPTION

Ingests Tiller CSV exports into a SQLite database.

FUNCTIONS

Ingest

Finance::Tiller2QIF::ReadCSV::Ingest( $csv_file, $db_path );

Parse a Tiller CSV export and insert rows into the SQLite database. Handles multiple number formats (US, European, with currency symbols). Dates are normalized to YYYY-MM-DD format. Missing Transaction IDs cause the row to be skipped.

AUTHOR

John Karr <brainbuz@cpan.org>

LICENSE

GPL version 3 or later.