What is a pre-defined event and user-defined event?
No Answer is Posted For this Question
Be the First to Post Answer
split two strings into two columns For Eg. Source:-Full Name: Shiva Kumar Target:- First Name:Shiva Last Name:Kumar
1 Answers Cap Gemini, TCS, Wipro,
How to join a Flat and Relational Source without using (Joiner, Update and Lookup ) transformations... is it possible? if yes i would like to know how?
What is a command that used to run a batch?
In which situation we will use persistant cache and shared cache in real time. plzsss answer with example
I have source like this 1:2;3. so i want to load the target as 123
HI Experts, What is BULK mode and NORMAL mode, Which one gives better performance. How? Please Explain with an example...! It will help's me a lot. Thanks In advance.
If we set dd_insert in mapping and Delete in session properties what will happen.?
I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.
can u apply SCD2 on flat file tgt? if yes wat is the procedure?
Explain the etl program with few examples.
What is a router transformation?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure