Page 1 of 1

Extract Multiple table

Posted: Tue Apr 14, 2015 2:39 am
by Amin
Is there any configuration for extracting multiple tables of same database into multiple Data Set using single connector(On Single DB Connection).
My DBMS is DB2.

Posted: Tue Apr 14, 2015 9:28 am
by Thomas.B
A DB2 Connector can only have one "Stream" output, so, you can only create one DataSet at a time.

The easiest way to extract multiple tables to multiple DataSets is to create a generic multiple instance job with the name of the table and the name of the DataSet as parameters.