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 |
Can you use one mapping to populate two tables in different schemas
What are the different types of olap? Give an example?
Explain what are the different versions of informatica?
What are the differences between a connected lookup and unconnected lookup?
What are the new features of Power Center 5.0?
How can a Lookup with Dynamic Cache be replaced in a mapping? Explain.
HOW DO YOU CONNECT TO REMOTE SERVER ?
What are the new features of informatica 7.1?
i have a wf like wf-->s1-->s2-->s3-->s4 first start s1 later s2 later s3 here my session s3 have to run 3 times later start s4?
Session Recovery. 1000 rows in the source of which 500 passed through and then I killed the session. Can you perform a recovery and how
when we create source as oracle and target as flat file, how can i specify first row as column in flat file?
where actually the usage of push down optimization happens...