save!
This way we make it clear we expect records to be valid when we save them, just like we do with ActiveRecord models.
This model without database allow us to validate incoming file extension and headers and also does the following during importation process: * Ignore empty rows * Classifiy rows in two groups: created_records, invalid_records