[PR #1866] [CLOSED] New Import source - Budgetbackers Wallet app #34190

Closed
opened 2026-04-20 21:23:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1866
Author: @rlesniak
Created: 11/6/2023
Status: Closed

Base: masterHead: wallet-import


📝 Commits (5)

  • c6eb856 feat: ability to import from Wallet app
  • 5e83aea fix lint
  • 189633a fix type desc
  • a87cc61 Merge branch 'master' into wallet-import
  • 7f7c583 use transfer csv field to detect transfers

📊 Changes

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

View changed files

📝 packages/desktop-client/src/components/manager/Import.js (+9 -0)
packages/desktop-client/src/components/manager/ImportWallet.tsx (+97 -0)
📝 packages/desktop-client/src/components/manager/Modals.js (+5 -0)
📝 packages/loot-core/src/server/importers/index.ts (+3 -1)
packages/loot-core/src/server/importers/wallet-types.d.ts (+28 -0)
packages/loot-core/src/server/importers/wallet.ts (+245 -0)
📝 packages/loot-core/src/types/server-handlers.d.ts (+1 -1)

📄 Description

I wanted to move out of wallet app so I wrote importer. Tested it with a large 700KB CSV file (several years of data) and it worked like a charm.

It relates to #1198

image


🔄 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/1866 **Author:** [@rlesniak](https://github.com/rlesniak) **Created:** 11/6/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `wallet-import` --- ### 📝 Commits (5) - [`c6eb856`](https://github.com/actualbudget/actual/commit/c6eb8566048ef478ad6b50a9588c5a2bfc8ca43e) feat: ability to import from Wallet app - [`5e83aea`](https://github.com/actualbudget/actual/commit/5e83aea1aa63d1a060b7a6575fc912aec7a1da89) fix lint - [`189633a`](https://github.com/actualbudget/actual/commit/189633af956b57f41b17184ad2f501104856fe36) fix type desc - [`a87cc61`](https://github.com/actualbudget/actual/commit/a87cc613f4204571db01014cdbba8893915c5e58) Merge branch 'master' into wallet-import - [`7f7c583`](https://github.com/actualbudget/actual/commit/7f7c583ba6871615813650664e44cacc707d4d28) use transfer csv field to detect transfers ### 📊 Changes **7 files changed** (+388 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/manager/Import.js` (+9 -0) ➕ `packages/desktop-client/src/components/manager/ImportWallet.tsx` (+97 -0) 📝 `packages/desktop-client/src/components/manager/Modals.js` (+5 -0) 📝 `packages/loot-core/src/server/importers/index.ts` (+3 -1) ➕ `packages/loot-core/src/server/importers/wallet-types.d.ts` (+28 -0) ➕ `packages/loot-core/src/server/importers/wallet.ts` (+245 -0) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+1 -1) </details> ### 📄 Description I wanted to move out of wallet app so I wrote importer. Tested it with a large 700KB CSV file (several years of data) and it worked like a charm. It relates to #1198 ![image](https://github.com/actualbudget/actual/assets/13970783/15d809f0-34c0-4eba-b8f1-c17b3a2d5c0d) --- <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-20 21:23:28 -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#34190