Mapplets can you use an active transformation in a mapplet,
Answer Posted / isha
Yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
have u done any performance tuning? how u ll do?
What are the advantages of informatica?
can anyone suggest best free Talend data integration training online
Is stop and abort are same in informatica?
How might one distinguish in the case of mapping is right or not without associating session?
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
What is the sequence generator transformation in informatica?
What is meant by a domain?
Why update strategy and union transformations are active?
What is decode in static cache?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
How to elaborate tracing level?
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?