[PR #5203] [MERGED] improve compatibility with OFX/QFX files #5816

Closed
opened 2026-02-28 21:19:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5203
Author: @matt-fidd
Created: 6/20/2025
Status: Merged
Merged: 6/21/2025
Merged by: @matt-fidd

Base: masterHead: ofx-parsing


📝 Commits (2)

📊 Changes

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

View changed files

📝 packages/loot-core/src/server/transactions/import/ofx2json.ts (+1 -1)
upcoming-release-notes/5203.md (+6 -0)

📄 Description

Reported on Discord, the bank provides a QFX with <OFX > instead of <OFX> as the opening tag, breaking our parsing.

It's not technically compliant with the standard, but it doesn't hurt to support it


🔄 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/5203 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 6/20/2025 **Status:** ✅ Merged **Merged:** 6/21/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `ofx-parsing` --- ### 📝 Commits (2) - [`44a0f45`](https://github.com/actualbudget/actual/commit/44a0f45b3bcb6d59fdc9f1b7200923a9f913152b) support ofx files with space in opening tag - [`349c9a1`](https://github.com/actualbudget/actual/commit/349c9a13c498bbce77855c8d322604be32230757) note ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/transactions/import/ofx2json.ts` (+1 -1) ➕ `upcoming-release-notes/5203.md` (+6 -0) </details> ### 📄 Description Reported on Discord, the bank provides a QFX with `<OFX >` instead of `<OFX>` as the opening tag, breaking our parsing. It's not technically compliant with the standard, but it doesn't hurt to support it --- <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-02-28 21:19:09 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5816