How to load the data from an excel sheet to input file in a
graph?
Answers were Sorted based on User's Feedback
Answer / guillermo villarreal
You can save the spreadsheet as *.csv then write the data
layout as comma delimeters. You may skip the first record
which may have all header column names.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / chand
by using readxml component, you can load data into input
file.
| Is This Answer Correct ? | 6 Yes | 3 No |
Can you use scan to generate sequence number ? How to use in abinitio graph?
How you can delete an object from EME data store ? How to use in abinitio graph?
What is a deadlock and how it occurs?
What is meant header and tailer, suppose header and tailer had some junk data how will delete junk data ? which components r used?
How to get DML using Utilities in UNIX?
What do you mean by the overflow errors?
Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
Difference between output_index and output_indexes in reformat
what is the use of stdenv in abinitio and what the main concept belongs to is?what is env?
What is the difference between partitioning with key and round robin?
Explain batch processing in ab initio?