Can't skip columns in export if they have the same name
Open
xf:datatransfer
- Dominant language
- Java
- Stars
- 51.8k
- Forks
- 4.4k
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 188
Description
#### System information:
- Operating system (distribution) and version WIn10
- DBeaver version 21.1.5
#### Steps to reproduce, if exist:
1. Run a query to get a result where columns have the same name e. g. `select 1 as "column", 2 as "column", 3 as "column"`
2. Start export and set some of the columns to be skipped
**Expected:** Only selected columns are exported
**Actual:** All columns are exported

Contributor guide
Assessment
This issue has not been assessed yet.