[PR #1774] [MERGED] fix: csv parser delimiter #3948

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1774
Author: @KaiBelmo
Created: 10/9/2023
Status: Merged
Merged: 10/9/2023
Merged by: @MatissJanis

Base: masterHead: fix-csv-parser-delimiter


📝 Commits (8)

📊 Changes

2 files changed (+16 additions, -9 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/ImportTransactions.js (+10 -9)
upcoming-release-notes/1774.md (+6 -0)

📄 Description


category: Bugfix
authors: [KaiBelmo]

Fixes https://github.com/actualbudget/actual/issues/1769

Now you can select delimiters in CSV options when you're uploading a CSV, and it's going to apply to parsing. I've also added a new delimiter '|'.

test files:
Semi22colon.csv
Semicolon.csv
Comma.csv

POC:
efzgif-5-bc16f83d7d


🔄 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/1774 **Author:** [@KaiBelmo](https://github.com/KaiBelmo) **Created:** 10/9/2023 **Status:** ✅ Merged **Merged:** 10/9/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `fix-csv-parser-delimiter` --- ### 📝 Commits (8) - [`895acbb`](https://github.com/actualbudget/actual/commit/895acbb61b43944b530e4864477d32547f21d839) fix: csv parser delimiter - [`58115a5`](https://github.com/actualbudget/actual/commit/58115a599b3b3a1715d339146f869aa3efdee6c0) feat: add '|' delimiter - [`3761853`](https://github.com/actualbudget/actual/commit/3761853496275897a82a79cc63fea5147b40bba7) add changelog - [`92f6e5f`](https://github.com/actualbudget/actual/commit/92f6e5fc1a3ffad46ca4a9e05f2cb95aba46a4f6) update change log - [`c976530`](https://github.com/actualbudget/actual/commit/c976530b0b5db62df40fd811c458fd6e56108e5d) refactor: rename csvDelimiter to delimite - [`c88bab9`](https://github.com/actualbudget/actual/commit/c88bab999a572871521f7bfe48c64c0657e286de) fix: typo - [`9e1f1fc`](https://github.com/actualbudget/actual/commit/9e1f1fcb971265686f3ad56c48048ad7ac878f67) Merge branch 'master' into fix-csv-parser-delimiter - [`1cfb91e`](https://github.com/actualbudget/actual/commit/1cfb91e5b2bb24aaa7e9164d78b9c55f486608fe) Merge branch 'fix-csv-parser-delimiter' of https://github.com/KaiBelmo/actual into fix-csv-parser-delimiter ### 📊 Changes **2 files changed** (+16 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/ImportTransactions.js` (+10 -9) ➕ `upcoming-release-notes/1774.md` (+6 -0) </details> ### 📄 Description --- category: Bugfix authors: [[KaiBelmo](https://github.com/KaiBelmo)] --- Fixes https://github.com/actualbudget/actual/issues/1769 Now you can select delimiters in CSV options when you're uploading a CSV, and it's going to apply to parsing. I've also added a new delimiter '|'. test files: [Semi22colon.csv](https://github.com/actualbudget/actual/files/12844066/Semi22colon.csv) [Semicolon.csv](https://github.com/actualbudget/actual/files/12844067/Semicolon.csv) [Comma.csv](https://github.com/actualbudget/actual/files/12844068/Comma.csv) POC: ![efzgif-5-bc16f83d7d](https://github.com/actualbudget/actual/assets/51862296/9dc2a015-57ba-42fb-a22f-2972f4d22b8b) --- <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:49:17 -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#3948