Output Tab

The output of the Parse Copybook Data activity is described here.

Output Item Data Type Description
Output Complex This is the output XML data that is formed according to the selected Copybook Schema resource.
noOfRecords Integer This is the number of records in the parsed XML data.
EOF Boolean This is a flag that—
  • If set to true, means that parsing of all the data from the input file is complete.
  • If set to false, means that the input file contains more data.

    This output item is available when the Input Type field is set to File. The item is handy for checking if more records are in the input file while you are reading the input in parts to save memory. For details, see the preceding section, Parsing of a Large Number of Records.

remainingBytes Binary

If you select the Return Remaining Bytes check box in the General tab, the output of the activity contains the remainingBytes field. This field contains the tailing portion of the input base64Binary that has not been processed by this activity.

See Connecting Multiple Parse Activities.

copybook* Complex Shows the fields of the copybook that are associated with this parse activity.