[PR #1044] [CLOSED] Allow MEMO to be nested in NAME in OFX parser #3484

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1044
Author: @sinistersnare
Created: 5/18/2023
Status: Closed

Base: masterHead: bugfix/ofx-nested-memo


📝 Commits (1)

  • af9d655 Allow MEMO to be nested in NAME in OFX parser

📊 Changes

3 files changed (+38 additions, -9 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/ImportTransactions.js (+1 -1)
📝 packages/loot-core/src/server/accounts/parse-file.ts (+31 -8)
upcoming-release-notes/1044.md (+6 -0)

📄 Description

This comes as a result of some discussion on Discord.

Here is a test-case: https://gist.github.com/sinistersnare/a0b9604f0db25a58cd3f739d427f7f16. Lines 86-89 are the offenders. Should I add this as a unit-test?


🔄 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/1044 **Author:** [@sinistersnare](https://github.com/sinistersnare) **Created:** 5/18/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `bugfix/ofx-nested-memo` --- ### 📝 Commits (1) - [`af9d655`](https://github.com/actualbudget/actual/commit/af9d655991732400a3c1824e1009cfef5367d369) Allow MEMO to be nested in NAME in OFX parser ### 📊 Changes **3 files changed** (+38 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/ImportTransactions.js` (+1 -1) 📝 `packages/loot-core/src/server/accounts/parse-file.ts` (+31 -8) ➕ `upcoming-release-notes/1044.md` (+6 -0) </details> ### 📄 Description This comes as a result of some discussion on Discord. Here is a test-case: https://gist.github.com/sinistersnare/a0b9604f0db25a58cd3f739d427f7f16. Lines 86-89 are the offenders. Should I add this as a unit-test? --- <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:19 -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#3484