How do we handle if DML changing dynamicaly?
Answers were Sorted based on User's Feedback
Answer / gokul
it can be handled in the start up script with dynamic sql
creation and create dynamic dml so that there will be no
need to change the component henceforth .
Two types of dml will be used : conditional dml , dynamic
dml .
conditional dml will be used whenever the output record
flow will be same based on conditional parameters.
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / anvesh vuppu
By Using PDL, we can generate the DMLs dynamically.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / nag
I think so it can done by calling vector functionality.
| Is This Answer Correct ? | 0 Yes | 10 No |
Describe the process steps you would perform when defragmenting a data table. Does this table contain mission-critical data?
why Skew should always be 0 ? How to use in abinitio graph?
How do you improve the performance of a graph?
The methods to improve performance of a graph?
What are the six data process products of ab initio (architecture of ab initio)?
Mention what is a partition and what are the different types of partition components in abinitio?
What is data encoding?
What are the reasons for which business can trust the approach of data processing?
What are the primary keys and foreign keys?
How you can run a component for certain conditions ?
i need help from u. i want to learn abinitio. please provide pdfs or material or books.
Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999