What are the differences between joiner transformation and source qualifier transformation?
No Answer is Posted For this Question
Be the First to Post Answer
What is a sorter transformation?
How to do unit testing in informatica?
Kimball and Inmon methodologies?
If source is having 5000 rows,and if you want to load data into 500 rows to target,if the session runs successfully,how can you verify the target if the rows are successfully loaded or not.
What is the "File Repository" and how can we use that in the Informatica ? Please give one example of the Process ? waiting for Reply... Thank you .
Do you have knowledge in ralph kimball methodology
One flatefile it contains some data but i want to dont want to load first and last record ..how it is? can u tell me complete logic?
How to display null values on a target & non-null values on a target?
What happens if the info. Server doesn't find the session parameter in the parameter file?
i have source like X1 10 X2 20 X1 30 X2 40 i want target as X1 X2 10 20 30 40 in informatica
write sql query following table amount year quarter 1000 2003 first 2000 2003 second 3000 2003 third 4000 2003 fourth 5000 2004 first 6000 2004 second 7000 2004 third 8000 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 1000 2000 3000 4000 2004 5000 6000 7000 8000
what is diff between IN and EXIT commands