[PR #1372] [MERGED] Add support for parsing TSV files using the CSV logic #22307

Closed
opened 2026-04-16 16:40:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1372
Author: @j-f1
Created: 7/20/2023
Status: Merged
Merged: 7/20/2023
Merged by: @j-f1

Base: masterHead: jed/tabs-vs-spaces


📝 Commits (4)

  • d76a18f Add support for parsing TSV files using the CSV logic
  • 72fdf81 Auto-detect TSV files
  • 4503898 Auto detect TSV files and set the delimiter correctly
  • 7699c1c Add release note

📊 Changes

5 files changed (+23 additions, -5 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.js (+4 -1)
📝 packages/desktop-client/src/components/modals/ImportTransactions.js (+11 -3)
📝 packages/loot-core/src/client/state-types/prefs.d.ts (+1 -1)
📝 packages/loot-core/src/server/accounts/parse-file.ts (+1 -0)
upcoming-release-notes/1372.md (+6 -0)

📄 Description

No description provided


🔄 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/1372 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 7/20/2023 **Status:** ✅ Merged **Merged:** 7/20/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/tabs-vs-spaces` --- ### 📝 Commits (4) - [`d76a18f`](https://github.com/actualbudget/actual/commit/d76a18ff4934a71f1c2d1272701c4ecb7defa9db) Add support for parsing TSV files using the CSV logic - [`72fdf81`](https://github.com/actualbudget/actual/commit/72fdf81fc7a70be210394a5886d685bfcf0b97a8) Auto-detect TSV files - [`4503898`](https://github.com/actualbudget/actual/commit/45038983fc03bb753adaa060c89e1bdceda08539) Auto detect TSV files and set the delimiter correctly - [`7699c1c`](https://github.com/actualbudget/actual/commit/7699c1c643cc11c93d7672bda3203ff025d3e3b1) Add release note ### 📊 Changes **5 files changed** (+23 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.js` (+4 -1) 📝 `packages/desktop-client/src/components/modals/ImportTransactions.js` (+11 -3) 📝 `packages/loot-core/src/client/state-types/prefs.d.ts` (+1 -1) 📝 `packages/loot-core/src/server/accounts/parse-file.ts` (+1 -0) ➕ `upcoming-release-notes/1372.md` (+6 -0) </details> ### 📄 Description _No description provided_ --- <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-16 16:40:40 -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#22307