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?
Answer Posted / keerthika
You can use the partition by round robin component and specify Block size parameter to 1.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is abinitio?
What is $mpjret?
You can ask about different vector functions. How to use in abinitio graph?
Describe the grant/revoke ddl facility and how it is implemented?
How to compare two dmls in abinitio
Mention what is the syntax for m_dump in abinitio?
What are the factors on which storage of data depends?
What is data mapping and data modelling?
Describe what the SQL Server tempdb and tlog files are used for?
Explain the difference between the truncate and delete commands?
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
explain the environment varaibles with example?
What are the different types of parallelism in ab initio?
Mention what is a partition and what are the different types of partition components in abinitio?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?