What are the reusable transforamtions?
Answer / krishna
a transformation a repository object...which
receives,modifies and passes the data...reusable
trasfermation is a trasformation where it can be used any
number of time in a mapping or in mapplet.
we can creat a reusable transformation in trasformation
developer or we can creat a normal trasformation in mapping
designer and promot it as a reusable transformation by
changing the properties.
| Is This Answer Correct ? | 3 Yes | 1 No |
What are the session parameters?
How do you join more than 3 flat files in informatica?
If no. of source columns is changing every time (First time it is 10 next time it is 20 so on). How to deal with it without changing mapping?
Find a way to implement the following logic : You have column like : Column 1 AA|BB|CC DD|EE|FF WW|AA I need to get the length of the column without the ‘|’ .
How do you remove duplicate records in informatica?
what is degenerated dimension
What is log file,and where is it located,why u r using the log file
What are active transformations.
write a query to remove null value follwing table? col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output col1 col2 col3 dinesh suresh prakesh
What is standalone command task?
how to design mapping half of source table records into one target and remaining half into another target
Why we need XMLs?