AT the max how many transformations and mapplets can we use
in a mapping ?
Answer / j.david sukeerthi kumar
No restrictions on the numbers, we can use as many se we can.
| Is This Answer Correct ? | 23 Yes | 0 No |
What is operational data source (ODS)?
Which transformation should u need while using the cobol sources as source defintions?
what happens when a batch fails?
What are the different threads in DTM process?
How do you manage the Parameter files while migrating your data from one environment to another environment?
What is a stored procedure transformation?
Can we call a stored procedure from a unix script which is run using command task
Differentiate between sessions and batches?
how can we calculate fact table size?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.
I have source data like this col1 col2 col3 5 3 8 6 2 9 7 1 10 and i want to get target as col1 col2 col3 5 1 8 6 2 9 7 3 10 which transformation i have to use and how?
How to do the error handling of if ur source is flatfiles?