Amarnath Reddy Athuri
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Comments
Recent activity by Amarnath Reddy Athuri-
Thanks Joel for your quick reply. The first option to "Overwrite Table" will not help as I do a incremental load to mysql server, so I need to retain the records in mysql server and export the reco...
-
Thanks very much Joel for helping with the Regex. It works fine when I have single date value with in quotes. Howeve I have different behaviour in input data where I receive some records without th...
-
Hi Joel, Thanks for replying. We are parsing a xml file to get this data as a string into a column. I need to convert this data into to JSON array somehow, so that I can JSON MAP using another JSON...
-
Hi, Input in data in one column of worksheed: Columnx: 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 I want to display it in columny: Output: ["0","0","0","0","0","6","...