What is the difference between reformat and redefine format?

Answers were Sorted based on User's Feedback



What is the difference between reformat and redefine format?..

Answer / sohanvarma

Reformat->Changes the record format of your data by
dropping fields or by using DML expressions to add fields,
combine fields, or modify the data.


Redefine Format->Copies data records from its input to its
output without changing the values. Use Redefine Format to
change a record format or rename fields.

Is This Answer Correct ?    21 Yes 1 No

What is the difference between reformat and redefine format?..

Answer / 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

What is the difference between reformat and redefine format?..

Answer / avijit

Redefine format is best suitable in the following scenario.

Suppose we are reading the data from the input in a single line like a srting("
") and now that string i want to map into the different fields but i do not want to change the data then in the output dml of the redefine format i can specify the dml.

it will get the data mapped to the different fields.

Is This Answer Correct ?    3 Yes 0 No

What is the difference between reformat and redefine format?..

Answer / jak

in define format we cant change the dml.
it is used in merge ,concate

Is This Answer Correct ?    1 Yes 13 No

Post New Answer

More Ab Initio Interview Questions

State the first_defined function with an example?

1 Answers  


Mention what is a partition and what are the different types of partition components in abinitio?

0 Answers  


Why is data processing considered beneficial?

0 Answers  


What are the types of data processing you are familiar with?

0 Answers  


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

0 Answers   Wipro,






Difference between public and private projects and how to make private to public?

1 Answers  


Explain what is de-partition in abinitio?

0 Answers  


Explain how abinitio eme is segregated?

0 Answers  


How you can run a component for certain conditions ?

1 Answers  


Input A 100 NUll A NUll 200 B 100 Null B Null 300 Output A 100 200 B 100 300 Do this using Ab initio

0 Answers  


what is extension list in abinitio?

1 Answers  


) How can you count the total no .of records in the specified partition in the Multifile?

5 Answers  


Categories