Hi,

I have one scenario.. i want to insert 4 times (Duplicate)
a row in the target. Please help me .

source row: abcabc


Tgt table:

abcabc
abcabc
abcabc
abcabc

Answer Posted / kamleshmishra291

After sQ use a java transformation with this logic
for (int i=0;i<4;i++)
{
o_col= (input col that have the value);
generateRow();
}

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?

6154


write a query to retrieve the latest records from the table sorted by version(scd)

721


What do you mean by enterprise data warehousing?

742


How can we improve session performance in aggregator transformation?

759


If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?

1118






How can you increase the performance in joiner transformation?

806


what are factless facts? And in which scenario will you use such kinds of fact tables.

1412


What is the function of aggregator transformation?

666


can u give example for factless fact table

5735


Enlist the tasks for which source qualifier transformation is used.

669


What does command task mean?

696


How can we use batches?

686


What is the use of transformation?

656


Hi all, Can you please send me the Dimensions and fact tables which are used in mutual fund project. and please send me the brief summary about the project. Please do the needful.

1948


I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?

1400