[Bug]: No transactions detected in bank CSV export
#6327 opened on Dec 7, 2025
Description
Verified issue does not already exist?
- I have searched and found no existing issue
What happened?
When I tried to import the CSV exported from my bank's site, AB says there are no transactions in it:
But if I look into the file, I see that there are 5 transactions in it, and a header row, fields separated by commas. If I set the "skip start lines" to 1, AB says I cant skip more lines than there is, so maybe it cannot handle the line endings used?
According to the linux "file" command, the is a "Little-endian UTF-16 Unicode text, with very long lines". I dont know how to tell what line endings it has though, because suprisingly its much harder than on windows.. no text editor I know can tell that to me.
Another problem could be that AB does not allow me to select the standard date format used in my country (YYYY.MM.DD), but that would be on top of the line detection issue. If it turns out to be an issue I'll open a separate issue for that.
How can we reproduce the issue?
- You would need a sample export file from my bank
- Open AB's webapp in Firefox
- Select an account on the left
- Click Import at the top
- Select the sample CSV file
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Firefox
Operating System
Linux