koushikkothagal / coronavirus-tracker

Spring Boot Java app to track coronavirus confirmed cases across the globe
119 stars 165 forks source link

CSVRecord cannot be resolved to a type #8

Open PrabhatDagar opened 2 years ago

PrabhatDagar commented 2 years ago

in services package, there is a error happening to CSVRecord method

Gjonathan252 commented 2 years ago

did you add the dependency?

`

org.apache.commons commons-csv 1.9.0

`