jcustenborder / kafka-connect-transform-common

Common Transforms for Kafka Connect.
Apache License 2.0
151 stars 56 forks source link

TimeStampConvertor doesnt except date with 'T' in the date #80

Open sachin-rajwade opened 2 years ago

sachin-rajwade commented 2 years ago

2021-10-31T06:14:40.093Z

When i pass this to the convertor it doesnt allow to convert to TimeStamp as expected from the Convertor, Please advice