Answer Posted / shadap83
When you run a graph, parameters are evaluated in the following order:
The host setup script is run.
Common (that is, included) sandbox parameters are evaluated.
Sandbox parameters are evaluated.
The project-start.ksh script is run.
Formal parameters are evaluated.
Graph parameters are evaluated.
The graph Start Script is run.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the importance of eme in abinitio?
How many components in your most complicated graph?
How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa
How co> operating system natively processes the data?
What is sort component in abinitio?
Describe the process steps you would perform when defragmenting a data table. Does this table contain mission-critical data?
Mention some ways for improving performance of a graph?
What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?
What information is provided by .dbc file extension for connecting to the database?
Mention what is the syntax for m_dump in abinitio?
What is abinitio?
How is the partitioning with key different from round robin partition?
What parallelisms does Abinitio support?
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
How do you add default rules in the transformer?