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
How is union transformation utilized?
What are the mapping parameters and mapping variables?
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
What if the source is a flat-file?
Explain lookup transformation in informatica
What are the guidelines to be followed while using union transformation?
What are the main issues while working with flat files as source and as targets ?
Differentiate between source qualifier and filter transformation?
list out all the transformations which use cache?
Enterprise data warehouse your projects phase by phase explain?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
Write the program through which the records can be updated?
To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?
lookup transformation with screenshots
What are the components of Informatica? And what is the purpose of each?