Amarnath Reddy Athuri
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Posts
Recent activity by Amarnath Reddy Athuri-
How to handle duplicates while exporting data to mysql sever. I am looking for UPSERT solution.
Hi, I have a export job which export data to mysql server over SSL. It works fine. But I have situation where I might get duplicate data in datameer and need to ignore the duplicate record and inse...
-
How to handle double quotes in JSON values
I have below data which I want to convert into json values. Input: 0 0 0 0 0 6 0 0 0 0 7 "2017-6-16 15:35:14" 24 0 300 0 0 0 0 0 0 0 Ideally I need an out put like below: Expected output: ["0","0"...
-
String to Unix timestamp conversion
Hi , I am trying to convert "2017-01-03T00:05:00+01:00" into unix timestamp. I am using below formula, but its giving wrong date . Could someone please help me with this. t(timestamp(ASDATE(LEFT(SU...