can we use mapplet as starting n ending object in mapping
Answers were Sorted based on User's Feedback
Answer / guest
Ideally we wont do tat because in Mapplet we cannot have a
source and target. The input and output to a maplet will be
another transformation.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / mohammed
we can keep source in the mapplet but we cant keep
target.so we use mapplet as starting object in mapping but
not ending object
| Is This Answer Correct ? | 5 Yes | 0 No |
My i/p is like below 1,2,3,4,5,6,7,8,9,10....100 I want that to be populated in two o/p as below o/p-1: 10,20,30,40,50,60,70,90... o/p-2: 11,21,31,41,51,61,71,81,91.... How to do it in ingotmatica...
Define error Threshold?
By using Transformation i need top most 5 employee salary from each deptwise? Deptno 10,20,30? which transformation we need to use?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
Write the unconnected lookup syntax?
What is Code Page Compatibility?
can anyone explain me about retail domain project in informatica?
Hi, I am working on informatia in a support role. We used stored procedures in informatica and other than that I never got a chance to work on PL/SQL,little on Unix scripts. But I heard people asking about PL/SQL alot. Can any one let me know how do we use PL/SQL with informatica and if required what is the knowledge that we need to have on PL/SQL? Please let me know in detail which would really help me alot in my career prospectus.
How you load distinct records into one target and duplicate records into another target?
Explain where to store informatica rejected data? How to extract the informatica rejected data?
Issue with Update override at Target table in Informatica.
In Flat file, I need Header, Footer and No of rows in Last column. How will u achieve in Mapping Level(With out using Session Level Property)?