In MFS i developer developed 2-way, but supporters r
supporting 4-way on same records how is possible?
Answer Posted / koteswarao
Hi you changed 2 way to 4 way yes?
first you connect 2way input file to gather component and then connect to partition by exp with sort component and finally you connect target file that is 4 way mfs file.
this is not conform once check it out.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
Mention what is abinitio?
How can a graph be run infinitely?
When running a stored procedure definition script how would you guarantee the definition could be rolled back in the event of problems?
When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?
Have you worked with packages?
Mention some file extensions which are used in abinitio?
What is de-partition in abinitio?
What is the syntax for m_dump in abinitio?
explain checkin and checkout?
Within a cursor, how would you update fields on the row just fetched?
Why do you think data processing is important?
What is the use of aggregation when we have rollup as we know rollup component in abinitio is used to summarize a group of data record? Then where we will use aggregation?
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
How to run a graph infinitely?