Describe the Evaluation of Parameters order.
Answer / pathikrit mukherjee
Host setup script will be executed first
All Common parameters, that is, included, are evaluated
All Sandbox parameters are evaluated
The project script – project-start. ksh is executed
All form parameters are evaluated
Graph parameters are evaluated
The End Script of the graph is executed
| Is This Answer Correct ? | 0 Yes | 0 No |
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
Suppose we assign you a new project. What would be your initial point and the key steps that you follow?
How can a graph be run infinitely?
What is air-project parameter ?
what is the use of stdenv in abinitio and what the main concept belongs to is?what is env?
Is data warehousing different from data mining?
What is the max core of a component?
Mention what dedup-component and replicate component does?
How to move or copy the project parameter or project object to my sandbox?
How Does MAXCORE works?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
What do you mean by a transaction file and how it is different from that of a sort file?