Abinitio Reformat - RunTime Behaviour
Abinitio Reformat - Run Time Behavior Watch my you tube channel for the explanation: Steps: Be mindful that each out port has corresponding error and reject port, the record will be redirected to these ports based on the action generated in the respective transform of the associated output port. 1. Reformat reads the record 2. if select is defined then , if select return True then record goes further else dropped out to be no where be caught , If select expression OR select transform results into NULL then graph does error out and stops execution 3. if select is not defined then input records further processed 4. now it turns to pass from transform function a. if output index or output indexes are not defined then record will be send to all output ports b. if any of these functions defined then the record will be route from that respective port and send across to the respective out put port. In case of both parameters defined( i.e. we have both output index and...