source
file name xyz

a,0,a,a,a
b,b,b,0,b
c,c,c,0,c

target should be like this

xyz
a
b
c


how to implement this?

Answer Posted / dbloc

Based on the data structure, there are 3 rows present. The
clear indicator here is that the last character of each row
does not have a comma.

A sorter (as previously answered will not handle this using
it's DISTINCT option because each row is distinct. The
previous Normalizer answer just baffles me.

Simple answer: Connect to an expression and only connect
the first port of the record to the target.

a
b
c

Keep it simple.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by term role-playing dimension?

788


How to handle decimal places while importing a flatfile into informatica?

963


How would you copy the content of one repository to another repository?

777


What are the new features of Power Center 5.0?

1442


What are active transformations.

1415


what are factless facts? And in which scenario will you use such kinds of fact tables.

1531


What does command task mean?

818


what is size of u r database?

2048


Which transformation is needed while using the Cobol sources as source definitions?

959


What is sq transformation?

863


how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?

6435


What is the need for an etl tool?

845


Write the prerequisite tasks to achieve the session partition?

854


What is the meaning of up gradation of repository?

1614


tell me 5 session failure in real time how can you solve that in your project?

1896