Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 04-21-2022 06:54 PM
I have a JSON data with DateTime as 0000-00-00 00:00:00 & it is not been accepted in SQL
Please Support to resolve this issue for me
Created 04-22-2022 09:45 AM
https://community.cloudera.com/t5/Support-Questions/PUTSQL-which-cannot-be-converted-to-a-timestamp/...
This is the solution for my query thanks
Created 04-21-2022 09:20 PM
@J0sh ,
You can add a ReplaceText doing a literal translation of 0000-00-00 00:00:00 with a valid date/time (e.g. 1970-01-01 00:00:00)
Cheers,
André
Created 04-22-2022 09:11 AM
I Still get the same error & my SQl.args.21.value has multiple wrong timeStamp values (eg: 2000-00-17)
I can avoid or remove that column from the flowfile
Created 04-22-2022 09:45 AM
https://community.cloudera.com/t5/Support-Questions/PUTSQL-which-cannot-be-converted-to-a-timestamp/...
This is the solution for my query thanks