Validate csv data before uploading to Data Store

Validate csv data before uploading to Data Store

We would suggest you to pass your CSV file to a catalyst function where you can add your own conditions to read the file, perform your validations and then upload the same to Catalyst filestore and send the uploaded file ID back as a response. You can use that file ID in order to perform the bulk write operation. You can find code samples on how to send a file to catalyst functions here.