What's Changed
Added support for combining multiple CSV columns into a single description.
Some banks split transaction info across columns (e.g., "Card payment" in one column,
"STARBUCKS" in another). You can now combine them using custom captures:
format: "{date},{_},{type},{merchant},{_},{amount}"
columns:
description: "{merchant} ({type})"This creates descriptions like "STARBUCKS (Card payment)" for better categorization.
- Use any custom name in format string:
{type},{merchant},{vendor}, etc. - Combine them in any order with
columns.descriptiontemplate tally diagnow shows format parsing details- Clear error messages guide configuration
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 from the assets below.
See https://tallyai.money for more info.