You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The system should continue the import process and overwrite the target field for those records with an empty date field.
Actual behavior
The import process stops completely when encountering a record with an empty date field.
Steps to reproduce
In the current system, an issue has been detected where the Data Importer process halts if a date is missing in the import file, despite the configuration to overwrite the target field in case of an empty date field. It seems that the system lacks proper handling when it cannot parse a date.
Create an import file with multiple records, in which one or more records have an empty date field.
Configure a Data Importer to overwrite the target field when the date field is empty.
Start the import process.
Impact:
The issue significantly hinders the import process, making it impossible to import all data records when one or more records have an empty date field. This could potentially lead to loss of data and inefficiency in operations.
Please look into this issue and provide a fix or workaround as soon as possible.
The text was updated successfully, but these errors were encountered:
Thanks a lot for reporting the issue. We did not consider the issue as "Pimcore:Priority", "Pimcore:ToDo" or "Pimcore:Backlog", so we're not going to work on that anytime soon. Please create a pull request to fix the issue if this is a bug report. We'll then review it as quickly as possible. If you're interested in contributing a feature, please contact us first here before creating a pull request. We'll then decide whether we'd accept it or not. Thanks for your understanding.
Possible connected to BUG 317
Expected behavior
The system should continue the import process and overwrite the target field for those records with an empty date field.
Actual behavior
The import process stops completely when encountering a record with an empty date field.
Steps to reproduce
In the current system, an issue has been detected where the Data Importer process halts if a date is missing in the import file, despite the configuration to overwrite the target field in case of an empty date field. It seems that the system lacks proper handling when it cannot parse a date.
Impact:
The issue significantly hinders the import process, making it impossible to import all data records when one or more records have an empty date field. This could potentially lead to loss of data and inefficiency in operations.
Please look into this issue and provide a fix or workaround as soon as possible.
The text was updated successfully, but these errors were encountered: