CSV challenge to write a springboot opencsv application using h2 database.
You are given the task of writing a simple program which reads from a given CSV file and saves the data in a database.
sales.csv
: The csv file which your program needs to parse. It is a small list of sales made in a store.schema.sql
: The DDL for the database your program needs to use. This DDL is written for a MySQL DB, however you may use any DB of your choosing as long as the constraints are the same.