Member since
10-03-2019
10
Posts
1
Kudos Received
0
Solutions
03-26-2021
02:08 AM
Please update the solution if it worked.
... View more
06-19-2020
11:26 AM
"UpdateRecord" processor with below syntax resolved the issue. ${field.value:toDate("EEE MMM dd HH:mm:ss z yyyy"):format("yyyy-MM-dd HH:mm:ss")}
... View more
06-17-2020
03:26 AM
Hi @waltervos , I am not getting date converted in updateAttribute processor. Please suggest.
... View more
06-17-2020
02:25 AM
HI @waltervos , Yes, it worked without converting it to Number also, I was applying the solutions from another post.
... View more
06-17-2020
01:38 AM
Hi @waltervos , I need to achieve this data conversion in updateAttribute processor. Below are my configuration in updateAttribure. PropertyName: created_date Value as : ${created_date.value:toDate("EEE MMM dd HH:mm:ss z yyyy"):toNumber():format("yyyy-MM-dd HH:mm:ss.SSS")} After updateAttribute I have AttributesToJSON processor -> PutDatabaseRecord. I am not getting the converted value after updateAttribute or AttributesToJSON. Please suggest how to get the updated value in PutDatabaseRecord. Input JSON attached.
... View more
06-04-2020
04:58 AM
Hi , My input data is a JSON which has value like "Thu Jun 04 11:54:54 UTC 2020". How should I convert this in AvroSchema "YYYY-MM-DD hh:mm:ss".
... View more
01-13-2020
10:35 PM
It works perfectly after changing the mentioned configurations. Thanks a lot.
... View more