Custom ingesting file reader implementation

All custom ingesting file readers must implement the file reader interface (FileReaderInterface) and the ingest file reader interface (IngestFileReaderInterface), including the totalrecords and readRecords methods. The file readers should extend the com.ibm.icpcs.gatewayserver.user.filereader.UserIngestFileReaderImpl Java™ class, which provides a default implementation of the interfaces.

The com.ibm.icpcs.gatewayserver.samples.filereader.SampleIngestFileReader Java class, along with its associated data files, provide an example of a custom ingesting file reader that extends the UserIngestFileReaderImpl Java class. The data files for the sample custom ingesting file reader are shown in the following list.
  • ASCII_Vertical_X937_3_Item.fun
  • ASCII_Vertical_X937_3_Item.rte
  • ASCII_Vertical_X937_3_Item.eof

Refer to the Javadoc information for more information about the interfaces.