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

S-->SQ-->SORTER-->EXP-->AGG-->TARGET
Sort on the firt port,in exp check prev and curr value by
using var ports,if same concat them ,u will get
101 a
101 a b
101 a b c
101 a b c d

from the Exp trans ,group by first port in the Agg trans ,u
will get last row i.e 101 a b c d.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Have you worked with/created Parameter file

1229


What are data-driven sessions?

716


lookup transformation with screenshots

3559


Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?

1861


How to create a non-reusable instance of reusable transformations?

685






What is main use of mapplet?

662


Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?

636


How do you load unique records into one target table and duplicate records into a different target table?

712


Briefly describe lookup transformation?

601


Name at least 5 different types of transformations used in mapping design and state the use of each.?

670


One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?

1751


While importing the relational source definition from the database, what are the metadata of source that will be imported?

795


My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?

1462


What is meant by pre and post session shell command?

628


how many types of dimensions are available in informatica?

565