actualbudget/actual

[Bug]: No transactions detected in bank CSV export

開放

#6,327 建立於 2025年12月7日

 (9 則留言) (0 個反應) (0 位負責人)JavaScript (603 個分叉)batch import
bughelp wantedtransaction import

倉庫指標

星標
 (7,129 顆星)
PR 合併指標
 (平均合併 4天 15小時) (30 天內合併 165 個 PR)

描述

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

貢獻者指南