[PR #1862] [MERGED] Support month names when importing transactions #3993

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1862
Author: @jamescostian
Created: 11/6/2023
Status: Merged
Merged: 11/9/2023
Merged by: @youngcw

Base: masterHead: import-with-month-names


📝 Commits (1)

  • 443921c Support month names when importing transactions

📊 Changes

3 files changed (+38 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/ImportTransactions.js (+12 -0)
📝 packages/desktop-client/src/components/modals/ImportTransactions.test.js (+20 -1)
upcoming-release-notes/1862.md (+6 -0)

📄 Description

Support dates like "Dec 24, 2020" and "december 24, 2020".

My new 401k provider gives CSVs that look like this:

Requested date,Fulfilled date,Transaction type,Pre-tax,Roth,Employer,Total,Transaction Id
"Dec 24, 2020","Dec 24, 2020",Payroll,1.00,2.00,3.00,4.00,TXN-REDACTED

This patch allows me to import their CSVs without having to adjust the file before importing it.


🔄 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/1862 **Author:** [@jamescostian](https://github.com/jamescostian) **Created:** 11/6/2023 **Status:** ✅ Merged **Merged:** 11/9/2023 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `import-with-month-names` --- ### 📝 Commits (1) - [`443921c`](https://github.com/actualbudget/actual/commit/443921c753ee1d52b0638dc509b51b08ce625959) Support month names when importing transactions ### 📊 Changes **3 files changed** (+38 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/ImportTransactions.js` (+12 -0) 📝 `packages/desktop-client/src/components/modals/ImportTransactions.test.js` (+20 -1) ➕ `upcoming-release-notes/1862.md` (+6 -0) </details> ### 📄 Description Support dates like "Dec 24, 2020" and "december 24, 2020". My new 401k provider gives CSVs that look like this: ```csv Requested date,Fulfilled date,Transaction type,Pre-tax,Roth,Employer,Total,Transaction Id "Dec 24, 2020","Dec 24, 2020",Payroll,1.00,2.00,3.00,4.00,TXN-REDACTED ``` This patch allows me to import their CSVs without having to adjust the file before importing it. --- <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:59 -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#3993