how to insert header after each group.
Answer / rohit
I have below records.
EMPID,Name
101,car
101,car
102,Bus
103,Flight
103,Flight
103,Flight
103,Flight
104,Ship
output:-
101,car
101,car
#----------#
102,Bus
#----------#
103,Flight
103,Flight
103,Flight
103,Flight
#----------#
104,Ship
| Is This Answer Correct ? | 0 Yes | 0 No |
How we can create indexes after completing the load process?
can we use union transformation in joiner transformation?how?
1 Answers Dabur, Tech Mahindra,
What is a command that used to run a batch?
What are the differences between source qualifier and joiner transformation?
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
Slowly changing dimensions, types and where will you use them
how to use incremental load?
wat s mapping parameter and mapping variable? how do you set that in a mapping?
What are the tuning techniques you applied during your last project
write a query following source region sales 1 1000 2 2000 i want the output ?please give solution 1 2 1000 2000
Why sorter is an active transformation?
Did u used latest transformations of 8.6.0? for what?