79074819

Date: 2024-10-10 14:13:58
Score: 3
Natty:
Report link

I was facing the same issue, this is because the date format is incomplete, nifi is expecting the milliseconds too, like this

2024-03-27 00:00:00.000

i.e.

yyyy-MM-dd HH:mm:ss.SSS

After using this format, NiFi stopped throwing error.

Refer to this link for detailed explanation : https://community.cloudera.com/t5/Support-Questions/value-cannot-be-converted-to-a-timestamp/m-p/382750/highlight/true#M244681

Reasons:
  • Blacklisted phrase (1): this link
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: S_Jin