Replies: 1 comment 7 replies
-
Can only be validated if the entire the 2 rows are in the same batch (using batch inserts). You can always implement it yourself in the model() method. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an import of employees with a unique employee number, the problem I'm facing is when 2 rows have the same number, the import still continues.
This is my validation for my employee number.
Vision of the import file
The validation only runs when
EMP1
is already existing before the import.Beta Was this translation helpful? Give feedback.
All reactions