CSV Validator#1

Key Information

Register
Submit
The challenge is finished.

Challenge Overview

This component is for CSV file validation. UsPtxCsvValidator is the main and only class to be implemented other than test classes. UsPtxCsvValidator#validate() need to satisfy 2 functions below in overview. #1 validating csv and managing error information If any error, instance of CsvErrorEntity should be created with error information and the instance should be added to errorEntityList field. The list is used to show error reasons for Web Users. #2 Instantiating entities with no-error csv values and manageing no-error entities If no error in the target csv line, ?UsPtxEntity? should be created with no-error values and the instance should be added to entityList field. The list is used to register data to database. And this component is used in Web environment. Please see the spec document for detail.

Final Submission Guidelines

  • For each member, the final submission should be uploaded to theOnline Review Tool.
  • Submissions must include all deliverables as specified above.
  • All questions must be asked in the contest forum.

ELIGIBLE EVENTS:

2010 TopCoder(R) Open

REVIEW STYLE:

Final Review:

Community Review Board

Approval:

User Sign-Off

SHARE:

ID: 30013015