How you can create cross joined output using join component ?
Answers were Sorted based on User's Feedback
Answer / nandini
you can use join component with parameter join type “inner join” as cross join is reduced form of inner join given where clause.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the best way of creating huge test feeds ? How to use in abinitio graph?
What are the reasons for which business can trust the approach of data processing?
Need Ab-Initio Material - Harini
Mention what the difference between “look-up” file and “look is up” in abinitio?
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
What is ab initio enterprise meta>environment (eme)?
What is regex (lookup)? When you should use it? How to use in abinitio graph?
Mention how can you connect eme to abinitio server?
Mention some ways for improving performance of a graph?
what is difference between fuse and join? Explain in detail? In which scenario we will use them?
What is the difference between In-Memory Sort and Inputs must be sorted?
what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.