Christian
* I need to obtain some values from the TARGET database before inserting the rows from the excel. This would be like having 2 sources for the same destination. Imagine that you are going to insert CUSTOMERS but the credit limit amount is stored in some configuration table in your target database (MYSQL) and obviously I can't insert any row from the excel because of the database contraints.
Lookup is the best option for you.
Here is the tutorial
www.dbsoftlab.com/Documentation/Advanced...g-Lookup-Object.html
www.dbsoftlab.com/Documentation/A-Quick-...-and-Enterprise.html
Additionally, is there a possibility to have more that 1 source in the same transformation? how could I merge the content from 2 or more sources (1 excel and 1 text file for example) into 1 destination?
several options
a
1 add data from excel file to the text file
2 Perform additional transformations, load it into the database
b
1 Create separate file
2 Add data from excel file into it
3 Add data from Text file into it
4 Perform additional transformations, load it into the database
Best Regards
Mike,
DB Software Laboratory