Using TopCoder

Java

Generic Parser Version 1.2

STATUS KEY : Specification Design and Architecture Development and Testing Complete
  • Overview

    Transforms input into a standard format based on a configurable parsing algorithm.

  • Functionality

    The Generic Parser component supplies a pluggable implementation of various parsing algorithms to convert data between file formats. Each algorithm is specific for one file format. The component supports configurable parsing rules. Default parsers handle files with character delimiters as well as fixed width formats.

    An example usage for the Generic Parser is a financial planning website that displays stock quote information. The website receives stock information from three sources, which each send the data in a different format. The Generic Parser handles the conversion of the three input files into a common file format.

  • Technologies

    Java, XML

    Availability

    Version 1.2
  Java Base Exception 20080227 Encapsulates custom exception functionality. more Download
  Java String Class 19700101 Extends the functionality of the string manipulation methods available in Java. more Download