[PR #2163] [MERGED] Add ability to import categories from CSV #4149

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2163
Author: @carkom
Created: 1/3/2024
Status: Merged
Merged: 1/8/2024
Merged by: @carkom

Base: masterHead: csvCategory


📝 Commits (6)

  • b7c2c3e update transaction table
  • 419c12e notes
  • b188e58 Merge branch 'master' into csvCategory
  • 433390e Merge branch 'master' into csvCategory
  • 2701d06 adjust parser
  • ed597c1 Merge branch 'master' into csvCategory

📊 Changes

3 files changed (+64 additions, -4 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.jsx (+2 -0)
📝 packages/desktop-client/src/components/modals/ImportTransactions.jsx (+56 -4)
upcoming-release-notes/2163.md (+6 -0)

📄 Description

Picking up from PR #1801

Added filter to not show any categories that aren't being imported (matched).

A further PR could be opened to create missing categories. This PR does not address that, for now it's just using already existing categories.


🔄 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/2163 **Author:** [@carkom](https://github.com/carkom) **Created:** 1/3/2024 **Status:** ✅ Merged **Merged:** 1/8/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `csvCategory` --- ### 📝 Commits (6) - [`b7c2c3e`](https://github.com/actualbudget/actual/commit/b7c2c3e21257707378a6407271eccd29604d89d6) update transaction table - [`419c12e`](https://github.com/actualbudget/actual/commit/419c12e8e8d934bd922066e0044ed3ec0576ead0) notes - [`b188e58`](https://github.com/actualbudget/actual/commit/b188e58fd39aeed6725d82f9078e3841508ebe3d) Merge branch 'master' into csvCategory - [`433390e`](https://github.com/actualbudget/actual/commit/433390e786dc244f50b569ba8ffbd32c57eb4954) Merge branch 'master' into csvCategory - [`2701d06`](https://github.com/actualbudget/actual/commit/2701d06451a88834aa335a95a6a6c6f198ba2809) adjust parser - [`ed597c1`](https://github.com/actualbudget/actual/commit/ed597c100966f94364a5a6d272f9ff17a0711766) Merge branch 'master' into csvCategory ### 📊 Changes **3 files changed** (+64 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+2 -0) 📝 `packages/desktop-client/src/components/modals/ImportTransactions.jsx` (+56 -4) ➕ `upcoming-release-notes/2163.md` (+6 -0) </details> ### 📄 Description Picking up from PR #1801 Added filter to not show any categories that aren't being imported (matched). A further PR could be opened to create missing categories. This PR does not address that, for now it's just using already existing categories. --- <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:52:14 -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#4149