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 / ankit kansal
You have to use an expression transformation and have two create three variables and output ports and have to write IIF() conditions for all three columns to achieve your desired order.
http://deepinopensource.blogspot.in/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different clients of powercenter?
What are the steps involved in the migration from older version to newer version of Informatica Server?
How many dimensions are there in informatica?
How would you join a node to the already existing domain?
I have a flat file, want to reverse the contents of the flat file
Hi Everybody, I have one fixed width file as source and 4 oracle tables (relational) as target. What are the Unit test cases i need to implement ? 1.Using TextPad software i tested postion of the field 2.As per specification i tested like whether it is correctly mapped or not? Is there any other test case do i need to implement. If possible can any one give me the test cases Advance Thanks
State the limitations where we cannot use joiner in the mapping pipeline?
Mention few power centre client applications with their basic purpose?
Separate from a database, an information bazaar, and an information stockroom?
What is the Process to creating lookup transformation in informatica
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
Slowly changing dimensions, types and where will you use them
What are the challenges you have faced in your Project (DWH- ETL)? Explain with example?
Workflow is long running due to long running sql query so when we refer the query plan it tells the issue is due to partition of the db table. How to handle this?
What is a snowflake schema?