1. Learn
  2. /
  3. Courses
  4. /
  5. Cleaning Data in Java

Connected

Exercise

Reading CSV files safely

You're ready to read a CSV file of coffee sales. Use data validation functions to read in the data and validate the data types.

The necessary packages such as java.time, and NumberUtils have been imported for you.

Instructions

100 XP
  • Parse the format of the date string as M/d/yy.
  • Read the sales quantity as an Integer.