[PR #2191] [MERGED] fixed:issue->#1968 Import from nYNAB fails with unknown error #22780

Closed
opened 2026-04-16 17:01:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2191
Author: @Marethyu1
Created: 1/7/2024
Status: Merged
Merged: 1/12/2024
Merged by: @joel-jeremy

Base: masterHead: fix-1968


📝 Commits (6)

  • d9c2a3b Allow case insensitive ynab5 import for special 'starting balance' payee
  • 119246a set upcoming release number to related github issue
  • a7bb9af extract string comparison into separate function
  • 3007f2d make all category group checks case insensitive
  • 79c1563 extract findById into sreusable function
  • 9740a1a Add null check

📊 Changes

2 files changed (+44 additions, -22 deletions)

View changed files

📝 packages/loot-core/src/server/importers/ynab5.ts (+38 -22)
upcoming-release-notes/2191.md (+6 -0)

📄 Description

Allow case insensitive ynab5 import for special 'starting balance' payee

Fixes issue for attached budget in this https://github.com/actualbudget/actual/issues/1968#issuecomment-1880111861
by allow case insensitive search for starting balance.

Should address #1968 as described in this comment https://github.com/actualbudget/actual/issues/1968#issuecomment-1880192146


🔄 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/2191 **Author:** [@Marethyu1](https://github.com/Marethyu1) **Created:** 1/7/2024 **Status:** ✅ Merged **Merged:** 1/12/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `fix-1968` --- ### 📝 Commits (6) - [`d9c2a3b`](https://github.com/actualbudget/actual/commit/d9c2a3ba466d44815caf7830437beb5b637c5ddf) Allow case insensitive ynab5 import for special 'starting balance' payee - [`119246a`](https://github.com/actualbudget/actual/commit/119246a2de726171f01500b28f1f3451bdc2a7cb) set upcoming release number to related github issue - [`a7bb9af`](https://github.com/actualbudget/actual/commit/a7bb9af1028d35f84d066f16cb35a40109d4a899) extract string comparison into separate function - [`3007f2d`](https://github.com/actualbudget/actual/commit/3007f2dfaf020bc99e1b8c3ccd0479846c2691bd) make all category group checks case insensitive - [`79c1563`](https://github.com/actualbudget/actual/commit/79c1563cf684d304e54de2033a74d51ed783f655) extract findById into sreusable function - [`9740a1a`](https://github.com/actualbudget/actual/commit/9740a1a4ed817c088c99d92a14b2a9c8f7026ac5) Add null check ### 📊 Changes **2 files changed** (+44 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/importers/ynab5.ts` (+38 -22) ➕ `upcoming-release-notes/2191.md` (+6 -0) </details> ### 📄 Description Allow case insensitive ynab5 import for special 'starting balance' payee Fixes issue for attached budget in this https://github.com/actualbudget/actual/issues/1968#issuecomment-1880111861 by allow case insensitive search for starting balance. Should address #1968 as described in this comment https://github.com/actualbudget/actual/issues/1968#issuecomment-1880192146 --- <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-16 17:01:01 -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#22780