Parsing a Simple Field with Single Level JSON data using From_field()

Parsing a Simple Field with Single Level JSON data using From_field()

May 25, 2023

This is a simple example that works with flat json, meaning non-nested json hierarchies. However, you can use a combination of other functions like JSONGET() and JSONSET() to extract needed data. More examples on this to follow.

Playlist:
https://www.youtube.com/playlist

Qlik Help: LOAD()
https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Load.htm

JSONGET()
https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/JsonGet.htm