Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

in source one table is there.

id value
--- ------
1 a
2 b
3 c
1 d
2 e
1 f

in target i want

id value
---- ------
1 a,d,f
2 b,e
3 f

How to implement it in informatica without using normalizer
transformation?

Answer Posted / siddu

SOURCE->SRT->EXP->TGT

SRT - Sort by column col1.
EXP - col1
col2
v_col2=iif(v_col1=col1,v_col2||','||col2,col2)
v_col1=col1
o_col1=v_col1
o_col2=v_col2

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a mapplet/worklet in informatica?

1244


Briefly explain the aggregator transformation?

1065


What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks

5786


if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.

2248


How can we update a record in the target table without using update strategy?

1201


What if the source is a flat-file?

1167


Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?

1842


What is workflow monitor?

1099


I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.

1334


What do you understand by term role-playing dimension?

1116


Differences between version 7.x and 8.x.

1939


Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?

1164


What is the difference between router and filter?

1369


Define enterprise data warehousing?

1256


what is diff b/t sorter t/r and agg have the option sorter property...

2230