Unable to specify Transform during database table import/export #36659
-
DescriptionWhen selecting that 'table' option for import/export data transfer for copying a table, the Transform column cannot be interacted with; i.e. there is no drop-down t provide a transform method. This is true regardless this is approached as an Import or an Export, or whether the table is existing or new (to-be-created). I've tried several different destination column types without change. The source database is iSeries AS400 DB2, destination is Postgres (16+). DBeaver VersionVersion 24.2.5.202411171748 Operating SystemWindows 11 and RedHat EL8 Database and driverSource: DB2 iSeries JTOpen: net.sf.jt400:jt400:RELEASE: https://github.com/IBM/JTOpen/releases/tag/v20.0.7 Destination: Postgres JDBC: org.postgresql:postgresql:RELEASE [42.7.2] Steps to reproduce
Additional contextI've read the documentation, and it gives zero indication of why this may be the case. https://github.com/dbeaver/dbeaver/wiki/Data-migration#transform-column-values |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @battmush, As the article shows, column transforms should be specified in the data transfer wizard itself: However, you can't modify them or change the mapping type in the popup. This is intentional. Please let me know if you have any other questions. |
Beta Was this translation helpful? Give feedback.
Hello @battmush,
As the article shows, column transforms should be specified in the data transfer wizard itself:
However, you can't modify them or change the mapping type in the popup. This is intentional.
Please let me know if you have any other questions.