What does command task mean?
No Answer is Posted For this Question
Be the First to Post Answer
i have source flat file like 1 a,1 b,1 c,2 a,2 b,2 c i want output as 1 a,b,c and 2 a,b,c ... how can achieve this
what is the dashbords?
Describe the impact of several join conditions and join order in a joiner transformation?
I have id, seq_no date, bill_amt and weight 1,11,'01-Jan-2014',100,2 2,12,'01-Jan-2014',40,5 3,13,'01-Jan-2014',32,5 4,14,'01-Jan-2014',98,2 5,15,'01-Jan-2014',105,3 6,16,'01-Jan-2014',11,3 1,11,'02-Jan-2014',40,2 2,12,'02-Jan-2014',100,5 3,13,'02-Jan-2014',132,5 4,14,'02-Jan-2014',198,2 5,15,'02-Jan-2014',15,3 6,16,'02-Jan-2014',16,3 Now I need output as date MXAMT_LSTWGHT MINAMT_GRTWGHT 01-Jan-2014 100 32 02-Jan-2014 198 100 Could not think of mapping to do so. Please help
What is an expression transformation?
Hey I am net to informatica? Can any one explain me step by step How scd will work ?
What do you mean by blocking transformation?
select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica ?
What is the use of incremental aggregation?
How many number of sessions can one group in batches?
Can you use one mapping to populate two tables in different schemas
WAT IS TEXT LOAD?