When importing a list of events (using the --timestamp option) and one of the events fails the import is stopped and no more events are imported. This change encloses every import in a try catch in order to be able to continue the import of the rest of the events when a single event import fails.
When importing a list of events (using the --timestamp option) and one of the events fails the import is stopped and no more events are imported. This change encloses every import in a try catch in order to be able to continue the import of the rest of the events when a single event import fails.