Ab Initio Components There are several components in Abinitio to build the graph’s, It is divided in two sets: -Dataset Components:-Components Which holds data -Program Components:-Components which process data
Dataset Components Input file : Input File represents records read as input to a graph from one or more serial files or from a multi file.
We can use multiple files (of same type) as input Click on partition radio and the click the edit button. In the edit box mention the Abinitio name which points the files and the variable has to be defined in a fnx file like export INPUT_FILES=`ls -1 $AI_TEMP/MML/CCE*` or in sandbox where the left column should have the variable name (INPUT_FILES) and right column should have the definition ($AI_TEMP/MML/CCE*) This INPUT_FILES points all the files under $AI_TEMP/MML directory which are stated with CCE Input table: Input Table unloads records from a database into a graph, allowing you to specify as the source either a database table or an SQL statement that selects records from one or more tables.