dominikriemer opened a new issue, #166: URL: https://github.com/apache/streampipes/issues/166
When a user marks a property as a timestamp, there is the possibility to provide a regex to convert the timestamp represented as a String into the internal representation of a UNIX timestamp in milliseconds. As long as the date in the events is formatted according to the regex this works properly. When there is an error in the data an exception is thrown and the adapter stops producing data. In this case the adapter should ignore the event instead and continue with the next event. Imported from Jira [STREAMPIPES-57](https://issues.apache.org/jira/browse/STREAMPIPES-57). Original Jira may contain additional context. Reported by: zehnder. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
