Stop CSVBulkLoader from adding blank records from $relationCallbacks

I have a custom CSVBulkLoader with a simple $relationCallbacks array setup to avoid duplicates on a related model… Is there a way to also avoid creating a record if the values coming from the CSV is empty? Maybe make some relationship fields required?