Using TopCoder

Java

URL Data File Processor Version 1.0

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

    Retrieves and parses CSV or fixed-width files from URLs and provide pluggable handler interface to process the file.

  • Functionality

    The URL Data File Processor component will retrieve each data file pointed to by an array of URLs, validate and segment the files into records using regular expressions, parse the fields of each record with a preconfigured com.topcoder.util.GenericParser, and then use passed in record handlers to process each record parsed from a segment.

    This component may be used to read and parse publicly available market data from the web.
  • Technologies

    Java

    Availability

    Version 1.0
Adobe Acrobat is required to view TopCoder Software specification documentation.
  Java Base Exception 20080227 Encapsulates custom exception functionality. more Download
  Java Configuration Manager 20110518 Centralizes the management of and access to application level configuration files. more Download
  Java Generic Parser 20060607 Transforms input into a standard format based on a configurable parsing algorithm. more Download