[PR #3605] [MERGED] fix: csv import with less than 5 columns #4952

Closed
opened 2026-02-28 21:03:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3605
Author: @UnderKoen
Created: 10/8/2024
Status: Merged
Merged: 10/9/2024
Merged by: @matt-fidd

Base: masterHead: fix/csv-import


📝 Commits (5)

  • 1b75797 fix: csv import with less than 5 columns
  • a022de3 chore: release note
  • 07d5b66 Merge branch 'master' into fix/csv-import
  • b6b2b9e Apply suggestions from code review
  • 4f0a587 Update packages/desktop-client/src/components/modals/ImportTransactionsModal/FieldMappings.jsx

📊 Changes

5 files changed (+20 additions, -6 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/FieldMappings.jsx (+2 -2)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/ImportTransactionsModal.jsx (+2 -1)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/utils.js (+7 -0)
📝 packages/loot-core/src/server/accounts/rules.ts (+3 -3)
upcoming-release-notes/3605.md (+6 -0)

📄 Description

broken csv before:
CSV import actual issue.csv


🔄 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/3605 **Author:** [@UnderKoen](https://github.com/UnderKoen) **Created:** 10/8/2024 **Status:** ✅ Merged **Merged:** 10/9/2024 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `fix/csv-import` --- ### 📝 Commits (5) - [`1b75797`](https://github.com/actualbudget/actual/commit/1b757973a3c6cbaa5ddc6b7dd04616fa11f2b2cb) fix: csv import with less than 5 columns - [`a022de3`](https://github.com/actualbudget/actual/commit/a022de3a3fc2748e856b1b75cd399ec29d306fc5) chore: release note - [`07d5b66`](https://github.com/actualbudget/actual/commit/07d5b66f2fcc7d91846290ca4b8afb006a93a668) Merge branch 'master' into fix/csv-import - [`b6b2b9e`](https://github.com/actualbudget/actual/commit/b6b2b9ed659a9fc059b4e43627081b046389c3b5) Apply suggestions from code review - [`4f0a587`](https://github.com/actualbudget/actual/commit/4f0a587e1c5d6defe923729e29c29ba855b164e4) Update packages/desktop-client/src/components/modals/ImportTransactionsModal/FieldMappings.jsx ### 📊 Changes **5 files changed** (+20 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/FieldMappings.jsx` (+2 -2) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/ImportTransactionsModal.jsx` (+2 -1) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/utils.js` (+7 -0) 📝 `packages/loot-core/src/server/accounts/rules.ts` (+3 -3) ➕ `upcoming-release-notes/3605.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> broken csv before: [CSV import actual issue.csv](https://github.com/user-attachments/files/17295454/CSV.import.actual.issue.csv) --- <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 21:03:44 -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#4952