CSV import deduplication fails due to inconsistent whitespace handling
A
Alex
Duplicate detection during CSV import fails when transaction names contain double space characters. They import with the double spacing, but Lunch Money appears to normalize it as a single space. When you try importing the same transaction again, it doesn't recognize the two strings as the same. The UI appears to display whitespace normalized (single space), but the stored value maintains the double spacing.
Log In