actualbudget/actual

[Bug]: No transactions detected in bank CSV export

Open

#6327 opened on Dec 7, 2025

View on GitHub
 (9 comments) (0 reactions) (0 assignees)JavaScript (7,129 stars) (603 forks)batch import
bughelp wantedtransaction import

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?

  1. You would need a sample export file from my bank
  2. Open AB's webapp in Firefox
  3. Select an account on the left
  4. Click Import at the top
  5. Select the sample CSV file

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Firefox

Operating System

Linux

Contributor guide