I have a workspace that loops through JSON provided by an API to extract all the relevant details needed to create a series of attribute names and their relevant keys. The attribute names represent the names of fields that I have assigned, and the keys are the unique identifiers representing the fields that the app has assigned. For example:
name key
------- -----
bridge_id e0ff
bridge_name 092c
type d07f
I would like to use this information to populate the Extract Queries section of the JSONExtractor transformer rather than have to type them in manually. Does anyone know if this is possible?
Cheers,
Barrett