Forum Academy Marketplace Showcase Pricing Features

CSV Upload - Check for empty fields

Hi everyone,

I have the functionality of uploading a CSV file in my app. I use 1T CSV Uploader plugin to do that. For every row in a file I create a record in the database. The thing is: if some of the fields in the file are empty, I need to reject that record (not upload it). The way I do it now is - I upload everything that is in the file, then have workflows to check if needed fields are empty - if they are - I just delete that record. The question is:

Is there any way to have a pre-upload check for those empty fields, so not even have it uploaded to the database? I assume it has to be handled by a plugin - if yes - is there anything like that in a plugin store (couldn’t find for now)?

I would be grateful for any help. Thanks.