[PR #1111] [MERGED] Remove 'new' OFX parser as it is too buggy #3525

Closed
opened 2026-02-28 20:42:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1111
Author: @sinistersnare
Created: 6/7/2023
Status: Merged
Merged: 6/8/2023
Merged by: @j-f1

Base: masterHead: chore/rip-out-new-ofx-importer


📝 Commits (1)

  • de6aa75 Remove 'new' OFX parser as it is too buggy

📊 Changes

5 files changed (+7 additions, -228 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/ImportTransactions.js (+1 -58)
📝 packages/loot-core/package.json (+0 -1)
📝 packages/loot-core/src/server/accounts/parse-file.ts (+0 -148)
upcoming-release-notes/1111.md (+6 -0)
📝 yarn.lock (+0 -21)

📄 Description

Draft because it is untested, maybe tonight I will test it! Just wanted to get some code out cause i had a spare 5 minutes.

The new parser isn't immediately good enough to replace the old parser, and I sadly lost the time to contribute more! Sorry! If someone else wants to take maintenance burden of this code, we can not merge this. Otherwise, it should go the way of the Dodo it seems.

Thanks!

Closes #1044


🔄 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/1111 **Author:** [@sinistersnare](https://github.com/sinistersnare) **Created:** 6/7/2023 **Status:** ✅ Merged **Merged:** 6/8/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `chore/rip-out-new-ofx-importer` --- ### 📝 Commits (1) - [`de6aa75`](https://github.com/actualbudget/actual/commit/de6aa75eb5786c1b6778612c294fd124255f4c49) Remove 'new' OFX parser as it is too buggy ### 📊 Changes **5 files changed** (+7 additions, -228 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/ImportTransactions.js` (+1 -58) 📝 `packages/loot-core/package.json` (+0 -1) 📝 `packages/loot-core/src/server/accounts/parse-file.ts` (+0 -148) ➕ `upcoming-release-notes/1111.md` (+6 -0) 📝 `yarn.lock` (+0 -21) </details> ### 📄 Description Draft because it is untested, maybe tonight I will test it! Just wanted to get some code out cause i had a spare 5 minutes. The new parser isn't immediately good enough to replace the old parser, and I sadly lost the time to contribute more! Sorry! If someone else wants to take maintenance burden of this code, we can not merge this. Otherwise, it should go the way of the Dodo it seems. Thanks! Closes #1044 --- <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 20:42:55 -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#3525