what r the transformations that r not involved in mapplet?
Answers were Sorted based on User's Feedback
Answer / santosh
*You cannot include the following objects in a mapplet:
1.Normalizer transformations
2.COBOL sources
3.XML Source Qualifier transformations
4.XML sources
5.Target definitions
6.Other mapplets
7.Pre- and post- session stored procedures
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / mythili
No the above is incorrect we can use sequence generator in
mapplet
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / sivaram.k
You cannot include the following objects in a mapplet:
- Normalizer transformations
- Cobol sources
- XML Source Qualifier transformations
- XML sources
- Target definitions
- Pre- and post- session stored procedures
- Other mapplets
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / narayana
1.Normalizer
2. XML Source Qualifier
3.Target Definitions
4.Mapplet with in a Mapplet
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / rambabu7143
we can use sequence generator in the mapplet but it doesnt
make sence, because if it is in mapplet it will be reusable,
so it wont give swquence numbers properly
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / d
- Normalizer transformations
- Cobol sources
- XML Source Qualifier transformations
- XML sources
- Target definitions
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
1.Normaliaer
2.xml source qualifier
3.target definions
4.sequence generator
| Is This Answer Correct ? | 8 Yes | 6 No |
Answer / vidya
1.Cobol source definition
2.Joiner transformation
3.Normalizer transformation
4.Sequence generator transformation
5.Pre or Post session stored procedures
6.Target definitions
7.XML source definitions
| Is This Answer Correct ? | 4 Yes | 7 No |
In any project how many mappings they will use(minimum)?
I have id, seq_no date, bill_amt and weight 1,11,'01-Jan-2014',100,2 2,12,'01-Jan-2014',40,5 3,13,'01-Jan-2014',32,5 4,14,'01-Jan-2014',98,2 5,15,'01-Jan-2014',105,3 6,16,'01-Jan-2014',11,3 1,11,'02-Jan-2014',40,2 2,12,'02-Jan-2014',100,5 3,13,'02-Jan-2014',132,5 4,14,'02-Jan-2014',198,2 5,15,'02-Jan-2014',15,3 6,16,'02-Jan-2014',16,3 Now I need output as date MXAMT_LSTWGHT MINAMT_GRTWGHT 01-Jan-2014 100 32 02-Jan-2014 198 100 Could not think of mapping to do so. Please help
What are the unsupported repository objects for a mapplet?
How to calculate the cache size if say we are doing a performance check on a mapping and found that a particular cache needs to be changed. Is there a formula to calculate this! i know that informatica has a auto option available but how to calculate manually?
What r the type of indexes u generally used in informatica?
What are the various types of transformation?
How do you load only null records into target?
how we can update a target table without update strategy and update override?
What is a design?
What do you mean by worklet?
What is informatica etl tool?
ename,deptcount vamshi,3 kumar,5 krish,8 in o/p i want vamshi record 3 times kumar record 5 times like wise what is the logic.? give the entire logic plz