Input is like
1
1
1
2
2
3
and out put should be 1
2
3
How can u acheive using rank transformation ??
Answers were Sorted based on User's Feedback
Answer / palthepu_santosh
from source qualifier map the column(id) into two fields of
rank (id,id_grp). select grp_id as group by and rank as 1
output should be
1
2
3
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / gyana
after source qualifier take a rank t/r
set the group by as column_id and in rank property set
# the number of rank=1
after that connect to target .you can get the desired result
SOURCE---->SQ--->RANK T/R----->TARGET
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / redflower
src->sq->aggregator->filter->target
from aggt/r we would calculate count(empid)
for eliminating duplicates we will write the filter condition
count(empid)=1
| Is This Answer Correct ? | 0 Yes | 6 No |
how can we convert a column into row in informatica? Eg: INPUT- a x Output Like: a b c b y x y z c z
Do you have to change the reject file b4 using reject loader utility.
What are the different options used to configure the sequential batches?
In which scenario did you used pushdown optimization?
What is the function of aggregator transformation?
If i done any modifications for my table in back end does it reflect in informatca warehouse or maping desginer or source analyzer?
Define the various join types of joiner transformation?
can we have to do changes in session property when we are dynamically generating target files?
If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how can we loaded only updated rows into target.
What is the term PIPELINE in informatica ?
How to create a non-reusable instance of reusable transformations?
SO many times i saw "$PM parser error " .what is meant by PM?