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 / arunakumaril

(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.

(variableports)curr_col1_val:column1

(variableports)res:if(curr_col1_val=pre_col1_val,concat
(res,column2),column2)

(variableports)pre_col1_val:column1

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the end to end process meaning in my project(my project is development)and functionality plz tell me

1493


How to update a particular record in target with out running whole workflow?

1153


Enlist some properties of sessions.

622


What is the fact table?

584


What is resilience time?

651






Explain lookup transformation in informatica

642


What is Index Caches size?

613


what is unit testing?tell me proceedure

1772


Explain the types of lookup transformation?

565


what is the -ve test case in your project.

1846


What are the types of schemas we have in data warehouse.

526


What is different between the data warehouse and data mart?

628


What if the source is a flat-file?

586


Different circumstance which drives informatica server to expel records?

549


Why union transformation is an active transformation?

651