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 |
A session S_MAP1 is in Repository A. While running the session error message has displayed
what is the purpose of surrogate key and diff between primary key&surrogate key
what is the difference between onsite & client site?
I have a flat file, in which i have two fields, emp_id, emp_name. The data is like this, emp_id,emp_name 101,soha 101,ali 101,khan 102,siva 102,shanker 102,reddy. how to merge the names so that my output is like this Emp_id Emp_name 101 Soha ali kahn 102 siva shenkar reddy please provide solution
What is the difference between Bad file and Reject file? and Where u can see the Reject file? What records stored in Reject file?
What are the Advantages of de normalized data?
In development project what is the process to follow for an etl developer from day1
What is IQD file?
write a query to remove null value follwing table? col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output col1 col2 col3 dinesh suresh prakesh
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
how to improve performence by using sorted input in aggrigator t/r.
There are 100 lines in a file. How to print line number 31-50 and 81-90 in unix with a single command.