Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
COW_WW
Contributor
Contributor

tExtractJSONFields - dot in the column names

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?

0695b00000fILDBAA4.png

Labels (2)
1 Solution

Accepted Solutions
SCTalend1656344690
Contributor
Contributor

In the Json query, this syntax should work:

"$[\'A.DEPTID\']"

View solution in original post

2 Replies
SCTalend1656344690
Contributor
Contributor

In the Json query, this syntax should work:

"$[\'A.DEPTID\']"

COW_WW
Contributor
Contributor
Author

It worked! Thank you