Hello Community,
I have been encountering an error while trying to parse the timestamps in the log below,
To parse the above timesamps, I've attached my code and the error,
As per my understanding, the timestamp is in float and not matching with the date functions like "UNIX" or "UNIX_MS"
Can someone please help m to figure out this problem?
Thanks,
Sudeep
Solved! Go to Solution.
Hello sudeep,
I tried converting the timestamp to string and it's parsing.
Here's the code snipped for your reference:
Hello sudeep,
I tried converting the timestamp to string and it's parsing.
Here's the code snipped for your reference: