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 |
difference between paramaters inputparameters,Local parameters, Formal parameters, Sand box parameters,Project parameters and export parameter?
what is the relation between EME , GDE and Co-operating system ?
Difference between informatica vs ab initio?
When we should use 'jobid' for commit table (Output table component??
what is difference between fuse and join? Explain in detail? In which scenario we will use them?
What is a rollup component?
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
Do you think effective communication is necessary for data processing?
Can anyone give me an exaple of realtime start script in the graph?
Suppose we assign you a new project. What would be your initial point and the key steps that you follow?
In which scenario, .rec files will not get created even if graph fails ? How to use in abinitio graph?
. How we can remove temp files of a failed job if .rec is not available