Files
actual-actualbudget-1/upcoming-release-notes
mibragimov edce092ae8 fix(csv-import): trim whitespace from amount strings before parsing (#7149)
* fix(csv-import): trim whitespace from amount strings before parsing

looselyParseAmount relies on a regex anchored at $ to detect decimal
markers. Trailing whitespace (e.g. from Excel-saved CSVs) shifts the
pattern match so a thousands separator is misidentified as a decimal
point, producing wildly wrong values.

Adding trim() at the top of the function eliminates trailing/leading
whitespace before any regex logic runs.

Fixes actualbudget/actual#7121

* chore: add release notes for #7149
2026-03-07 20:41:47 +00:00
..
2026-03-04 18:46:20 +00:00
2026-03-04 23:27:15 +00:00
2026-03-06 22:55:21 +00:00

See the Writing Good Release Notes section of the README for the documentation repo for more information on how to create a release notes file here.