we have three columns and two rows.
col1 col2 col3
a b c
want to change into 2 columns and 3 rows ,how?
col1 a
col2 b
col3 c
which transformation u'll use and how?
Answers were Sorted based on User's Feedback
Answer / sbvprasad
by using normalizer T/r u can do the above logic
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / abhishek kumar(abhisheklalmca@
src->sq->normalizer->expression->target
In normalizer--
c1(column name)- 3(occurs)-string(datatype)
In Expression--
o_c1 -(output port)
decode(GCID_c1,1,'col1',2,'col2',3,'col3')
connect
o_c1(expression) to c1( target port)
c1(exp) to c2(target) port
target should be like this
C1 C2
---------- -----
col1 a
col2 b
col3 c
thanks
abhishek
| Is This Answer Correct ? | 6 Yes | 0 No |
what is the complex transformation you used in informatica
please let me know which type of question arise in interview on project manager round on insurance project with answer pls reply asap.
Explain Dataware house architecture .how data flow from intial to end?
What is the Difference between sorter and aggregator?
Design time, run time. If you don't create parameter what will happen
how to get the first row without using rank t/r?
what are the types of facts with Examples?
Clarify the utilization of aggregator cache record?
What is power play plug in?
Can we update a target table (without primarykey) by using update strategy transformation?
can we load the data with out a primary key of a table? what is target plan?
Without using Lookup & Sequence Generator, How to generate Sequence?