followin source like
region sales
1 100
2 200
i want the output following format
region 1 2
sales 100 200
Answers were Sorted based on User's Feedback
What is the use of source qualifier?
how to run workflow in unix?
5 Answers Colgate, HP, Tech Mahindra,
what is the logic will you implement to load data into a fact table from n dimension tables?
How does the session recovery work.
The question was on time stamp. what is the difference between HH and HH24 when to use when.
Is it any possible to using more than one port in Unconnected Lookup Transformation( :LKP.LKP_Prod(Prod_GRP ,Prod_DT,Prod_TM) ) Like this? Pls explain...
can v update d records in target using update stargey without generationg primary key ? explain
What's the layout of parameter file (what does a parameter file contain?)?
how can u connect client to ur informatica sever iff server is located at different place( not local to the client)
What is the meaning of decode in informatica?
why we use stored procedure transformation?
source : col1 101 101 101 102 102 102 103 103 103 col2 1000 1500 2000 1200 2300 3000 2400 1300 2000 i need target as col1 101 102 103 col2 1000,1500,2000 1200,2300,3000 2400 1300 2000