We currently have around 100 Oracle tables that needs to be extracted daily and imported in a MSSQL Database. I am testing talend and if talend can make that happen, we could start using talend for other needs as well.
each table has different table structure, we have created different subjob with corresponding schema, for example: tOracleInput_1--tmap--tMSSQLOutput_1 (migrate table1) Is there a way to export the data for all tables at the same time in the same job?