performance wise which one is better in joiner and lookup transformation?why?explain clearly?
Can we combine a flatfile and a database table using an UNION transformation?
if i am having 10 records in source, i want 20 records in target...how will you do it
scd methodology?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
What are active transformations.
what is the size of u r source(like file or table)?
my source has 2 columns. 1st column data: ABC ABC ABC XYZ and 2nd column data: 1 2 3 4. And my target should be ABC 1 2 3, XYZ 4
Suppose we do not group by on any ports of the aggregator what will be the output?
In Joiner Transformation, how to identify the master and detail tables if one is from Oracle and the other is from Sybase.
How are indexes created after completing the load process?
create a mapping to retrieve the employees who are getting salary greater than average salary?
8.what is mapplet ?give example?