Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm using the tExtractJSONFields to extract fields from the API result.
Some of the API columns have dot in the column name. I'm getting NULLs for all the fields with dot in the name.
Is there any way to resolve it?
In the Json query, this syntax should work:
"$[\'A.DEPTID\']"
It worked! Thank you