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 / amedela chandra sekhar
By using sorter t/r select distinct option
it eliminate the duplicates.
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Why update strategy and union transformations are active?
In development project what is the process to follow for an etl developer from day1
How many input parameters can exist in an unconnected lookup?
Explain how to import oracle sequence into informatica?
How can you validate all mappings in the repository simultaneously?
What is the difference between informatica 7.0 and 8.0?
Tell me about MD5 functions in informatica
What is rank transform?
What are the types of caches in lookup?
expain about the tune parameters?
What do you understand by a term domain?
what is $$$$?
What are the different types of transformation available in informatica.
What is the benefit of partitioning a session?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.