In incremental loading using Mapping variable if session
failed with any of reason in the middle of process. is the
Mapping variable remains constant or change?
Answer / subhankar chatterjee
Mapping Variable will store its value in the repository once the Session run successfully.If the session fails the Mapping Variable will not be updated with the new value.
| Is This Answer Correct ? | 40 Yes | 1 No |
How to add source flat file header into target file?
what is system requirement(SR) & business requirement(BR)?
Can anyone please distinguish what is Inner join and Outer join
what are 3 tech challenges/ common issues you face?
i have oracle table A and target B. i don't know how many records. i want get get last record in table A as first record in target table B. write a sql query?
Define maping and sessions?
how many types of dimensions are available in informatica?
My questions is i create a two sessions for one mapping.but my requirement is if all number of source records are same as in target then execute first session or some rows are rejected due to t/r logic so session two was execute please clarify
what is worklet and what use of worklet and in which situation we can use it?
What is informatica worklet?
case and like function in informtica (my source is XML). case when OS Like'%Windows%' and OS Like '%200%' then 'Windows 200' case when OS Like'%Windows%' and OS Like '%200%'and OS like '%64%' then 'windows 200 64 bit' etc.,,
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