[PR #5852] Adds multi-select component for import field mappings #20527

Closed
opened 2026-04-14 21:39:41 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/5852

State: closed
Merged: No


It has been requested a couple times in Discord recently, to combine multiple columns upon importing from bank files.

This PR introduces a multi-select component based on the existing Select component to allow users to map multiple columns to a single field during transaction import. The columns are ordered in the order selected in the field, which is also reflected in the display text when multiple are selected and also in the preview transaction list.

Currently only Payee and Notes fields are affected. The column values are merged upon import, joined with a space. This is not yet configurable, though could be perhaps as a future enhancement.

**Original Pull Request:** https://github.com/actualbudget/actual/pull/5852 **State:** closed **Merged:** No --- It has been requested a couple times in Discord recently, to combine multiple columns upon importing from bank files. This PR introduces a multi-select component based on the existing Select component to allow users to map multiple columns to a single field during transaction import. The columns are ordered in the order selected in the field, which is also reflected in the display text when multiple are selected and also in the preview transaction list. Currently only Payee and Notes fields are affected. The column values are merged upon import, joined with a space. This is not yet configurable, though could be perhaps as a future enhancement.
GiteaMirror added the pull-request label 2026-04-14 21:39:41 -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#20527