[PR #2653] [MERGED] Ignore transactions with empty date & amount #18799

Closed
opened 2026-04-14 20:52:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2653
Author: @kyangk
Created: 4/21/2024
Status: Merged
Merged: 4/27/2024
Merged by: @MatissJanis

Base: masterHead: master


📝 Commits (1)

  • 9a05253 Ignore transactions with empty date & amount

📊 Changes

2 files changed (+15 additions, -7 deletions)

View changed files

📝 packages/loot-core/src/server/accounts/parse-file.ts (+9 -7)
upcoming-release-notes/2653.md (+6 -0)

📄 Description

fixes: #2647

My bank always generates an empty record for qif. This shows up as an empty line when importing. This prevents it from being imported successfully. Right now, I am manually editing the qif file before importing each time.

With this change, transactions with empty date and amount are ignored.

Screen Shot 2024-04-20 at 8 30 30 AM
!Type:CCard
D04/10/2024
N1111111
PABC
A
T123
^
^

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/2653 **Author:** [@kyangk](https://github.com/kyangk) **Created:** 4/21/2024 **Status:** ✅ Merged **Merged:** 4/27/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9a05253`](https://github.com/actualbudget/actual/commit/9a05253d296bdce1e374b4dfd883541fd7d3901c) Ignore transactions with empty date & amount ### 📊 Changes **2 files changed** (+15 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/accounts/parse-file.ts` (+9 -7) ➕ `upcoming-release-notes/2653.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> fixes: #2647 My bank always generates an empty record for qif. This shows up as an empty line when importing. This prevents it from being imported successfully. Right now, I am manually editing the qif file before importing each time. With this change, transactions with empty date and amount are ignored. <img width="595" alt="Screen Shot 2024-04-20 at 8 30 30 AM" src="https://github.com/actualbudget/actual/assets/947525/8f05d996-1112-4ddf-bd9f-5f965fe898b7"> ``` !Type:CCard D04/10/2024 N1111111 PABC A T123 ^ ^ ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-14 20:52:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#18799