I HAVE A SOURCE FILE CONTAINING
1|A,1|B,1|C,1|D,2|A,2|B,3|A,3|B
AND IN TARGET I SHOULD GET LIKE
1|A+B+C+D
2|A+B
3|A+B
WHICH TRANSFORMATION I SHOULD USE

Answer Posted / ankit kansal

There is only one row as per the defined problem. so first you have to break down this one row into multiple rows as separated by delimiter ','.
1|A
1|B
1|C
1|D
2|A...
Now in Expression Transformation using some string functions and later using rank/aggregator T/S you can achieve your result...

http://deepinopensource.blogspot.in

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Have you worked with/created Parameter file

1224


What is Session and Batches?

658


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

611


scenario where i can use only concurrent execution of workflow.

2535


Why union transformation is an active transformation?

651






What is the cumulative sum and moving sum?

752


Parameter and variable differences

1613


Write the different tools in the workflow manager?

569


How do you load only null records into target? Explain through mapping flow.

1492


What is lookup change?

614


I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?

1459


explain abt ur project architecture?

1758


hi friends ... i have insurance project(informatica),can you please tell me how many table and mappings we need to use?and explain me.. thank you

9161


What is the difference between router and filter?

643


What is main use of mapplet?

654