1. Обучение
  2. /
  3. Курса
  4. /
  5. Cleaning Data in Java

Connected

упражнение

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.

Инструкции

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