You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My bank uses csv files with ; as a delimiter and , as a comma in amounts. When importing the csv via the UI I can select the correct csv delimiter but the number delimiter seems to be selected automatically. This work in almost all cases. But for exact amounts, e.g. 1.000 the detected amount is 1.00, not the correct 1000. For inexact amounts, e.g. 1.111,11 the correct delimiter is selected.
What error did you receive?
No response
Where are you hosting Actual?
Locally via Yarn
What browsers are you seeing the problem on?
Firefox
Operating System
Linux
The text was updated successfully, but these errors were encountered:
lkempf
changed the title
[Bug]: Insufficient detection of number delimiter
[Bug]: Insufficient detection of number delimiter in CSV import
Dec 30, 2023
Verified issue does not already exist?
What happened?
My bank uses csv files with
;
as a delimiter and,
as a comma in amounts. When importing the csv via the UI I can select the correct csv delimiter but the number delimiter seems to be selected automatically. This work in almost all cases. But for exact amounts, e.g.1.000
the detected amount is 1.00, not the correct 1000. For inexact amounts, e.g.1.111,11
the correct delimiter is selected.What error did you receive?
No response
Where are you hosting Actual?
Locally via Yarn
What browsers are you seeing the problem on?
Firefox
Operating System
Linux
The text was updated successfully, but these errors were encountered: