Using TopCoder
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
JavaAvailability
Version 1.0
Adobe Acrobat is required to view TopCoder Software specification documentation.
-
Class Diagram
Regex Segmentator
Main
-
Component Specification
Component Specification
-
Javadocs
Javadocs
-
Requirements Specification
Requirements Specification
-
Sequence Diagram
Process Without Threads
Process Record
Retrieve URL
Obtain Segment
Parse Segment
Create URLDataFileProcessor Using Configuration File
Process With Threads
-
Use Case Diagram
Main
