pimcore / data-importer

This extension adds a comprehensive import functionality to Pimcore Datahub.
Other
38 stars 56 forks source link

[Bug]: Import Process Stops Due to Missing Date in Import File #397

Open stephangmms opened 6 months ago

stephangmms commented 6 months ago

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.

MicrosoftTeams-image (11)

MicrosoftTeams-image (12)

  1. Create an import file with multiple records, in which one or more records have an empty date field.
  2. Configure a Data Importer to overwrite the target field when the date field is empty.
  3. 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.

github-actions[bot] commented 5 months ago

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.