[GH-ISSUE #3838] [Feature] Configurable GoCardLess imports #8528

Closed
opened 2026-04-10 18:44:44 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @gael-vanderlee on GitHub (Nov 15, 2024).
Original GitHub issue: https://github.com/actualbudget/actual/issues/3838

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

Pitch: what problem are you trying to solve?

When importing data from GoCardLess, Actual does a great job determining which data belongs in which columns. However, I've noticed that some banks, including mine, do not format their data consistently. This can lead to messy imports. For example, my bank also places the payee information in the "Note" section, resulting in duplicated columns.

Describe your ideal solution to this problem

  1. A menu to modify how the data is imported through GoCardLess, in a similar way to the menu that is shown when importing files.

Teaching and learning

Same discoverability and documentation as provided for the file import.

Originally created by @gael-vanderlee on GitHub (Nov 15, 2024). Original GitHub issue: https://github.com/actualbudget/actual/issues/3838 ### Verified feature request does not already exist? - [X] I have searched and found no existing issue ### 💻 - [X] Would you like to implement this feature? ### Pitch: what problem are you trying to solve? When importing data from GoCardLess, Actual does a great job determining which data belongs in which columns. However, I've noticed that some banks, including mine, do not format their data consistently. This can lead to messy imports. For example, my bank also places the payee information in the "Note" section, resulting in duplicated columns. ### Describe your ideal solution to this problem 1. A menu to modify how the data is imported through GoCardLess, in a similar way to the menu that is shown when importing files. ### Teaching and learning Same discoverability and documentation as provided for the file import.
GiteaMirror added the feature label 2026-04-10 18:44:44 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Nov 15, 2024):

Thanks for sharing your idea!

This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution).

The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!

<!-- gh-comment-id:2478529153 --> @github-actions[bot] commented on GitHub (Nov 15, 2024): :sparkles: Thanks for sharing your idea! :sparkles: This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! <!-- feature-auto-close-comment -->
Author
Owner

@matt-fidd commented on GitHub (Nov 15, 2024):

This can be achieved, although not with a UI, with custom bank importers https://github.com/actualbudget/actual-server/tree/master/src/app-gocardless/banks.

Will leave this open though as a UI for it sounds like a cool idea!

<!-- gh-comment-id:2478549252 --> @matt-fidd commented on GitHub (Nov 15, 2024): This can be achieved, although not with a UI, with custom bank importers https://github.com/actualbudget/actual-server/tree/master/src/app-gocardless/banks. Will leave this open though as a UI for it sounds like a cool idea!
Author
Owner

@github-actions[bot] commented on GitHub (Feb 14, 2025):

🎉 This feature has been implemented in #4253 and will be released in the next version. Thanks for sharing your idea! 🎉

<!-- gh-comment-id:2659404531 --> @github-actions[bot] commented on GitHub (Feb 14, 2025): :tada: This feature has been implemented in #4253 and will be released in the next version. Thanks for sharing your idea! :tada: <!-- feature-implemented-comment -->
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#8528