Method prepareForValidation not work with onEachRow and SkipsEmptyRows interface #3324
Unanswered
NoubotElbot
asked this question in
Q&A
Replies: 3 comments
-
Can you provide a failing tests for this via a PR? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I too am encountering this issue. prepareForValidation is not called when using onEachRow and SkipsEmptyRows . If I remove SkipsEmptyRows then prepareForValidation is called. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think the issue has fixed it in #3573. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm validating the rows of a .csv, but when trying to normalize the data with the prepareForValidation method this doesn't work if SkipsEmptyRows is implemented. Without it it works perfectly.
My import class
Beta Was this translation helpful? Give feedback.
All reactions