Read csv file and insert in database with validation?

I use this lib to read csv xlsx files its fast and low memory usage:

To insert into the database just create the model with the validations rules, create new entity with the read data and save()