You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by Krishnanand Khambadkone <kk...@yahoo.com.INVALID> on 2019/01/29 04:52:30 UTC

Parse json in drill custom UDF

Hi,  What is the best way to parse json in a custom java udf.  I tried using json-simple jar functions like JSONParser, but for some reason it throws an exception.  Are there any builtin functions that can be used.