suppose i have source
101 a
101 b
101 c
101 d i want target like 101 abcd how will u achive this
please give me the answer
Answer Posted / arunakumari l
(here column names are not mentioned .so,i have taken them
as column1 and column2)
take 2 variables for current value of column1 and previous
value of column1 and use concat function for concatenating
values of column2.
STEP1:
use this below logic in expression transformation:-
(variableports)curr_col1_val:column1
(variableports)res:if(curr_col1_val=pre_col1_val,concat
(res,column2),column2)
(variableports)pre_col1_val:column1
STEP2:
Take groupby on column2 in aggregator
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Different circumstance which drives informatica server to expel records?
Performance tuning in UNIX for informatica mappings?
Where do we use mapping variables in informatica?
What is expression transformation?
Explain the scenario which compels informatica server to reject files?
In development project what is the process to follow for an etl developer from day1
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
What is the difference between a connected look up and unconnected lookup?
How can you generate reports in informatica?
what is the complex transformation you used in informatica
How do you set a varible in incremental aggregation
What is the main purpose of Unconnected lookup other than updating slowly changing dimensions? or In which case u use Unconnected lookup?
Do you find any difficulty while working with flat files as source and target?
What is difference between a gateway node and worker node?
Explain the informatica workflow?