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 |
How many components in your most complicated graph?
What are the different forms of output that can be obtained after processing of data?
How to create a repository in abinitio for stand-alone system(local nt)?
Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump
What is the difference between reformat and redefine format?
How to calculate total memory used my a graph?
Explain what is de-partition in abinitio?
How to Create Surrogate Key using Ab Initio?
When running a stored procedure definition script how would you guarantee the definition could be rolled back in the event of problems?
What is a partition?
What does de-partition mean in abinitio?
I am having 10 records in i/p file,and i want to load only one record at a time to the output file.Then how can i do it?