from a graph how to select only second record always in scan?
Answers were Sorted based on User's Feedback
Answer / priya_abinitio
before scan component place a "filter by expression" component. write its select expression (condition) as "next_in_sequence==2".
| Is This Answer Correct ? | 8 Yes | 7 No |
Describe which system or process elements you would review when trouble-shooting general server slows ?
What is de-partition in abinitio?
When we should use 'jobid' for commit table (Output table component??
What are the Graph parameter?
How can you connect eme to abinitio server?
What are the benefits of data processing according to you?
What is the importance of eme in abinitio?
How to execute the graph from start to end stages? Tell me and how to run graph in non-Abinitio system?
What is a rollup component? Explain about it.
What is standard environment ? How to use in abinitio graph?
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
Is there any function in ab Initio which act like SCAN component