What is a rank transform?
No Answer is Posted For this Question
Be the First to Post Answer
If the values in a row are 1,2,3,3,4,,4,5 then how a rank transformation can rank these values
wht is cdc?how to use it in creation of mappings?
If I have set the property Treat Source Rows as Insert and for the target properties I have checked the boxes Update as Update, what will happen to incoming rows? What exactly is the use of these check boxes and in which scenarios we use them. Also what is the sequence in which informatica understands these properties.Does it takes whatever is defined in treat source rows as property or it is in any other way. Please explain.
Why filter transformation is an active one?
write a sql query following table? col1 col2 1 2 1 2 1 2 3 4 3 4 5 6 i want the output like unique duplicate col1 col2 col1 col2 1 2 1 2 3 4 1 2 5 6
How the informatica server sorts the string values in Rank transformation?
Sequence generator, when you move from develoment to production how will you reset
Explain the informatica workflow?
why we use source qualifier transformation?
How can you recognise whether or not the newly added rows in the source r gets insert in the target ?
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
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records