What is the difference between Generate Records Component
and Create Data Component?
Answers were Sorted based on User's Feedback
There is no transform function in Generate Record comp.
Therefore it will create data's defaultly of it's own,
according to the dml defined. To change that data, we have
to connect some other component after Generate Record comp.
and have to modify. Whereas, in Create Data comp. we can
write a transform function, so that the data's are
generated as per out trfm function. Also index is defaultly
defined in Create Data comp.
| Is This Answer Correct ? | 22 Yes | 0 No |
Answer / krisprak04
Sorry..,wrongly typed, It was 'our trfm function.'
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravi
in which category of components we are having create data
component,at present i'm using 1.10 version
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / agarwal
Plz tel me what is 'out trfm function'..?(7'th line)
| Is This Answer Correct ? | 0 Yes | 0 No |
Ravi, we are using versio 1.15. This component is available
from 1.15.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / motepalli
Both will generate records as per the {num_of_records} defined but Create_data.mpc have "transform" option where we can transform data as per our requirements whereas Generate_records will only generate default values as per the DML defined.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of data processing you are familiar with?
What is meant header and tailer, suppose header and tailer had some junk data how will delete junk data ? which components r used?
what are kinds of layouts does ab initio supports ?
Give one reason when you need to consider multiple data processing?
difference betwween check point and phase?
what is difference between fuse and join? Explain in detail? In which scenario we will use them?
What is Is_defined(), Is_null(), Is_Blank()?
Explain the methods to improve performance of a graph?
In abinitio, what types of parallelism are used?
What is the difference between a utility and api in a RUN SQL component
What do you understand by a cartesian join?
What information does a .dbc file extension provides to connect to the database?