Finance77 uses
Finance Report Normalizer
Standardizes bank statement and expense report exports: numeric amounts, datetime transactions, fills uncategorized entries.
Expected Input Schema
date·stramount·straccount·strcategory·strcurrency·strdescription·strTransform Rules (5)
1
type castamounttarget_type: floatFinancial amounts must be numeric for sum, average, and variance calculations.
2
type castdatetarget_type: datetimeTransaction dates need ISO format for period-over-period comparison.
3
fill nullscategoryvalue: UncategorizedMissing categories break budget reports — a default keeps rows usable.
4
trim whitespace