Hi, is it supported to use JSONEXTRACTSCALAR funct...
# general
a
Hi, is it supported to use JSONEXTRACTSCALAR function in the transformConfigs?
k
Hi No that is not supported but you can use
jsonPath
function which does a similar thing. If you require a specific result data type you can use its variations such as
jsonPathLong
,
jsonPathDouble
etc.
a
@User Thanks. Another question, does jsonPath supports regular expression?
k
Not sure. You can test out here - https://jsonpath.herokuapp.com we use jayway jsonpath in our code.
a
Got it. Thanks, Kartik.