-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not parse <field> to 'Date' #200
Comments
@acamillo Does your csv have a header? I'm wondering if it's actually trying to parse |
@jcustenborder yes it does have header. However as by recommendation in various blogs I thought to force the schema myself |
haha no please use the schema. Try setting |
@jcustenborder Thanks for the super fast feedback. If you don't mind taking a suggestion. The problem would have been much easier to spot (for me) if the exception output did contain the offending data row, that triggered the exception. Maybe in a future release ? |
Hi,
I am using v2.0.62 of the library with Kafka connect 6.1.0.
I am trying to parse CSV with values as:
abcd, 2022-01-10T23:09:55.000Z, abcdef, ....
Using this schema
Connector creation and configuration:
When running I get the following exception:
Any idea what could be the cause of the issue?
Thank you.
The text was updated successfully, but these errors were encountered: