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

What is meant by Co > Operating system and why it is special for Ab-initio ?

2 Answers  


What does dependency analysis mean in Ab Initio?

5 Answers   Syntel,


What is ab initio enterprise meta>environment (eme)?

0 Answers  


What does de-partition mean in abinitio?

0 Answers  


What are the various types of layout supported by abinitio?

0 Answers  






What do you mean by a transaction file?

0 Answers  


Hi friends if u don't mind i want one question What abt READ MULTIFILE COMPONENT? PLZ GIVE BRIEFLY?

2 Answers  


How to find the project(pub,priv,common,client) in between public, Private,common?Any identification?

0 Answers  


Can you run air sandbox run using pset ?

2 Answers  


How to replace last 4 digits of an input column with XXXX given input column has 12 digits?

0 Answers  


what are kinds of layouts does ab initio supports ?

4 Answers  


How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on

0 Answers  


Categories