What is the difference between reformat and redefine format?
Answer Posted / quesanswer
This was the answer i gave........
reformat performs the deriving new data by adding fields
dropping fields redefine format using for rename fields
The difference between Reformat and Redefine Format is that
Reformat can actually change the bytes in the data while
Redefine Format simply changes the record format on the data
as it flows through, leaving the data unchanged.
but then i was asked that renaming the feild and creating it
into a single record can be done bby reformat as well.then
waht is the use of redefine.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is abinitio?
Why might the optimizer use a table scan when an index is available?
What information does a .dbc file extension provides to connect to the database?
How do you add default rules in transformer?
What parallelisms does Abinitio support?
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
Within a cursor, how would you update fields on the row just fetched?
What do you understand by local lookup?
What are the functions of the replicate and dedup component?
How can you export a component’s internal parameters ?
How to move or copy the project parameter or project object to my sandbox?
Mention what is a partition and what are the different types of partition components in abinitio?
What is MAX CORE of a component?
How would you find out whether a sql query is using the indices you expect?
Have you used rollup component? Describe how.