-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Find strategies require $identifier not to be null #263
Comments
@rjankiew thanks for reporting this issue. Could you please provide us some more information on how we can reproduce this issue? (exact configuration steps etc) Furthermore it would be perfect if you could provide us a demo csv file to reproduce the issue. thanks :) |
@rjankiew, any updates according to my comment? |
closed the ticket due to inactivity. feel free to reopen if there's something new. |
Hi @Corepex, I encountered the same issue as described above in pimcore/data-importer 1.7.2: Reproduction: Excel-File: Stacktrace:
|
Yes, @mcop1, you're right |
Great, I linked your comment to the open issue - we will have a look at it. |
Expected behavior
When using any location strategy, if identifier is not specified in row (is empty, null), it should not cause importer to freeze. This is probably related to my previous issue: #182 (comment)
Actual behavior
Import freezes on a row without provided identifier value.
Steps to reproduce
Configure import using "attribute" location strategy. Use a file that has, in any row, an empty cell where attribute value used to search object should be. Run import.
The text was updated successfully, but these errors were encountered: