Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I wanna move table from DBMS to other DBMS.
but since the number of tables are a lot, and I changed all table entities like column type(int or etc) for each other's moving.
is there any way to move easily? or do I have to change all the time every single time when i try to move table?
Hello,
Are you using talend open studio or subscription solution?
There is a dynamic schema feature which allows you to design schema with an unknown column structure (unknown name and number of columns).
Please have a look at this article for more information.
Best regards
Sabrina
That feature allows you to design schema with an unknown column structure.