how can we convert a column into row in informatica?
Eg: INPUT- a x Output Like: a b c
b y x y z
c z
Answers were Sorted based on User's Feedback
Answer / sunil
column in to row can be converted by using Normalizer
transformation
| Is This Answer Correct ? | 16 Yes | 11 No |
Answer / babu
Hi Sunil please give detailed expalnation of the above
logic and dfd(data flow diagram ).
| Is This Answer Correct ? | 5 Yes | 0 No |
Hello all, In SOA architecture i.e 8.6 , What is mean by node exactly?
Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?
write a sql query following source? subject mark maths 30 science 20 social 80 requird output maths science social 30 20 80
we have a parameter file in Unix location where we have .txt files and those file will be used as source in informatica. I cannot use source file name directly as file name will keep on changing in unix location. I need to define $$InputFile as parameter. Can anybody send me the parameter file and the steps to handle this.
In pmcmd command we need to type -p:password. Will it be visible to others who is having access to this file ?
what is the difference between informatica6.1 and infomatica7.1
what is the diff b/w union and joiner and lookup?
In a sequential batch can you run the session if previous session fails?
following source name gender ramya female ram male deesha female david male kumar male i want the target male female ram ramya david deesha kumar any body give solution above question?
In Joiner Transformation, how to identify the master and detail tables if one is from Oracle and the other is from Sybase.
How you prepared reports for OLAP?
SOURCE NAME SAL GANGA 30000 RAJU 20000 PAVAN 25000 TARGET NAME SAL MAXSAL GANGA 30000 30000 RAJU 20000 30000 PAVAN 25000 30000 in mapping level how to achive that