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 |
Suppose we configure sorter transformations in the master and detail pipelines with the following sorted ports in order: item_no, item_name, price. When we configure the join condition, what are the guidelines we need to follow to maintain the sort order?
How can we use mapping variables in informatica?
As per Informatica PC help guide, while adding transformations to a mapplet,we have to keep this in mind: If you use a Sequence Generator transformation, you must use a reusable Sequence Generator transformation. May i know the reason behind this?
Can we call a stored procedure from a unix script which is run using command task
What are the designer tools for creating tranformations?
What is the procedure for creating independent data marts from informatica 7.1?
Diffrence between 7.1,8.1 and 8.6
can we use lookup t/r in flat files?what are the t/r's can be used in flat files when compared to relational DB?
How we can get unique records into one target table and duplicate records into another target table??
11 Answers Deloitte, IBM, iGate,
What are the databases that informatica can connect to windows?
surrogate keys usage in Oracle and Informatica?
5 Answers ITC Infotech, Oracle,
What is primary and backup node?