I have the input file as
col1 col2 col3
3 2 1
7 6 8
I should get the output as
col1 col2 col3
1 2 3
6 7 8 ....What is the logic to get this? Is there any
transformation which sorts row wise ? If not how to sort
the incoming records row wise?
Answer Posted / raja
There is no logic for this.You should try to be smart by
asking the useless question.try to ask some question which
will be useful for others.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Explain informatica architecture - version 8 / 9
Differentiate between reusable transformation and mapplet.
3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs
Whats there in global repository
What do you mean by worklet?
When do you use sql override in a lookup transformation?
Explain the informatica workflow?
HOW TO PROCESS THE ROWS FROM JOINER AND EXPRESSION TRANSFORAMTION TO SORTER TRANSFORMATION
What are connected or unconnected transformations?
Explain what are the different versions of informatica?
What do mean by local and global repository?
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
Explain what are the different types of transformation available in informatica. And what are the mostly used ones among them?
Why filter transformation is an active one?
How to convert multiple rows to single row (multiple columns) in informatica