Hello
I am new here
Is it possible to validate the data on the input file when doing the import? Incoming data is tab delimited and I want to check for things like valid post codes, valid dates, incoming fields do not exceed a specific length, data present for required fields etc.
If this is possible, what happens on a validation error?
Does the process stop, or skip the record in question and continue with the rest of the incoming data?
Do I get a list of errors in the file?
Thanks,
Conan.