Data Import validations

Data Import validations

Hi, I currently have a CSV file download from a 3rd party SFTP server prior to performing the data transform.

When we don't have any transactional data, a file is still uploaded by the 3rd party to the server, but it is blank. This causes the transform steps by Dataprep to fail (i.e. it can't find the data it is looking for).

Is there any way to avoid this by performing a validation check on the data in the first instance, then only performing the subsequent dataprep steps in the Job if it passes?