Validate import before inserting records.
Hello. I'm playing around with import actions to see if it suits my needs.
Do yo know if its possible to validate the CSV before inserting data in the database?.
I need to be able to cancel de import if data is invalid.
I read on docs that the import process collects all failed rows but does that mean that valid data get imported?
This is a problem to me as partial import is hard to handle and will prefer to avoid import at all if data fails validation. In order to fix it and attempt the import again.
Thanks.
Do yo know if its possible to validate the CSV before inserting data in the database?.
I need to be able to cancel de import if data is invalid.
I read on docs that the import process collects all failed rows but does that mean that valid data get imported?
This is a problem to me as partial import is hard to handle and will prefer to avoid import at all if data fails validation. In order to fix it and attempt the import again.
Thanks.