what is hash file in abinitio? how will it read in
abinitio? in hash file the data files r combine
(file1.dat,file2.dat,file3.dat......etc) how will it divide?
Answers were Sorted based on User's Feedback
Answer / equalizer
There is no comcept of hash file in ab initio.
Couple of scenarios I can think of
1) If the source file is combined data from multiple files
with header-body-trailer for each file. Create record types
and process.
2) If this is a message that contains information of the
data files then use read muliple files component.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / freak.abinitio
Partition by Key uses hash function to distribute output flow
partition according to the key values...
Data may not be distributed across the partition.
hash function: records in file % no.of partitions
Is This Answer Correct ? | 3 Yes | 3 No |
How can you connect eme to abinitio server?
How to run a graph infinitely?
what is difference between fuse and join? Explain in detail? In which scenario we will use them?
What is the return type of lookup_not_loaded() ? Does it return 0 or 1 to signify true or false or does it return index ...can someone please explain.
What are the operations that support avoiding duplicate record?
What is the best way of creating huge test feeds?
how can you convert 3 way to 7way partitioning in abinitio?
How to Create Surrogate Key using Ab Initio?
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
How do you add default rules in the transformer?
explain the environment varaibles with example?
What is the difference between partitioning with key and round robin?