How to load the data from an excel sheet to input file in a
graph?
Answers were Sorted based on User's Feedback
Answer / guillermo villarreal
You can save the spreadsheet as *.csv then write the data
layout as comma delimeters. You may skip the first record
which may have all header column names.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / chand
by using readxml component, you can load data into input
file.
| Is This Answer Correct ? | 6 Yes | 3 No |
In abinitio, what types of parallelism are used?
Why creation of temporary files depends on the value of MAX CORE ? How to use in abinitio graph? 10. What is the diff between abinitiorc and .abinitiorc files ? How to use in abinitio graph? 11. What is the use of allocate()? How to use in abinitio graph? 12. What is use of branch in EME ? 13. How you can break a lock in EME ? How can you lock a file so that only no one other than EME admin can break it ? How to use in abinitio graph? 14. When you should be using ablocal() ? How you can use ablocal_expr? How to use in abinitio graph? 15. Why you should not keep the layout as 'default' for input table component ? How to use in abinitio graph? 16. What is dynamic lookup ? How to use in abinitio graph? 17. What is dependent parameter ? How to use in abinitio graph? 18. What is BRE ? (Business Rule Environment - This is a recent addition in abinitio package) How to use in abinitio graph? 19.What is output index ? How to use in abinitio graph? 20. How you can track the records those are not getting selected from ‘select’ in reformat component ? How to use in abinitio graph? 21. Can we have more than one launcher process for a particular graph ? How about agent ? How to use in abinitio graph? 22. There are lot of new fuctions added in 2.15 , you can ask about them ? How to use in abinitio graph? 23. How can you run multiple instances of a graph in parallel? How to use
How to create a repository in abinitio for stand-alone system(local nt)?
What are the various types of layout supported by abinitio?
Pdl with an example?
How can a graph be run infinitely?
Why do you think data processing is important?
What are the different types of parallelism used in abinitio?
Describe the process steps you would perform when defragmenting a data table. Does this table contain mission-critical data?
Have you used rollup component? Describe how.
How you can test a dbc file ?
Explain the methods to improve the performance of a graph?