I had 10,000 records r there i loded today 4000 records, i
need load to 4001 - 10,000 next day how is in Type 1 and
how is it on type 2?
Answer Posted / mahendra patnaik
Take 10,000 records as source file and take output table as
another source and then Join both the source,select input
must be sorted parameter option in the Join component,If
any matching records found then put that into a thrash,
take all unmatched records and inert into the target table.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the syntax for m_dump in abinitio?
What are the different types of parallelism used in abinitio?
What information is provided by .dbc file extension for connecting to the database?
What are the features of ab initio?
Mention some file extensions which are used in abinitio?
List out the file extensions used in abinitio?
Name the different type of processing based on the steps that you know about?
What is data mapping and data modelling?
How do you improve the performance of a graph?
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?
Input A 100 NUll A NUll 200 B 100 Null B Null 300 Output A 100 200 B 100 300 Do this using Ab initio
What do you mean by data sorting?
Explain what is the architecture of abinitio?
Explain the methods to improve performance of a graph?
How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa