my source having 10 records but how can i load 20 records in
target, i am not bother about duplicates?

Answer Posted / kamleshmishra291

After SQ use Java transformation

SQ--Java transformation

for(int i=0;i<2;i++)
{
output_port=input_port;
generateRow();
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to load data in informatica ?

578


Define enterprise data warehousing?

636


How can we use mapping variables in informatica?

599


What is standalone command task?

713


How do you promote a non-reusable transformation to reusable transformation?

663






What is event and what are the tasks related to it?

617


Under which circumstances, informatica server creates reject files?

593


What could be the possible resons of locks by user?

665


What is informatica powercenter repository?

715


How can we update a record in the target table without using update strategy?

658


During the running session, output files are created by informatica server. Enlist few of them.

544


I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?

1466


hi real timers . iam waiting for ur reply regarding ETL TESTING

1812


how will u take the data from clint server and next what u do in datamodeling what u will u do in staging area what u will u do next what u are doing please give the step by step by process

1699


How do you load only null records into target?

742