Hi friends,
I have 100 records in my input file, if i run first,the
first 10 records are stored into the output and if i run
second time next 10 records stored into the output file like
that
please let me know the answer
Thanks,
krishna
Answer Posted / pujan patra
Use partion by round robin and block size will be 10 .It
will give the desired output
| Is This Answer Correct ? | 19 Yes | 14 No |
Post New Answer View All Answers
How do you truncate a table?
Explain what is sort component in abinitio?
How can you import XML repositories exported from different tools like ODI
Code check-in and check-out commands in AbInitio
how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio
Explain batch processing in ab initio?
What are the different types of parallelism in ab initio?
How can we increase the loading performance of oracle table in AbInitio?
Why might the optimizer use a table scan when an index is available?
What is conduct>it?
How co>operating system integrates with legacy codes?
What is a cursor? Within a cursor, how would you update fields on the row just fetched?
Mention what is rollup component?
What is a deadlock and how it occurs?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC