What's Changed
Better Parsing Error Diagnostics (Issue #79)
When CSV parsing silently fails, it's frustrating to debug. A small typo in your date format (%Y vs %y) would give you "0 transactions" with no hint what went wrong.
Now tally tells you exactly what's happening:
tally up- Shows skip count with hint to use-vfor detailstally up -v- Breakdown by error type (date parsing, missing fields, etc.)tally up -vv- Individual file:line errors so you can inspect the problematic rowstally diag- New PARSING HEALTH section shows skip statistics
Also fixed: 2-digit year detection in tally inspect now correctly suggests %y vs %Y.
Bug Fixes
- Fixed Windows test compatibility (temp file handling)
Install
Linux / macOS:
curl -fsSL https://tallyai.money/install.sh | bashWindows PowerShell:
irm https://tallyai.money/install.ps1 | iexOr download the zip for your platform below.
See https://tallyai.money for more info.