Skip to main content
Solved

How to Assign Two User Parameters From a JSON Snippet (Webhook Payload) User Parameter

  • February 15, 2025
  • 1 reply
  • 40 views

bhk
Contributor
Forum|alt.badge.img+3

Can someone please let me know how I can grab two values from a JSON snippet like below image? Using FME Desktop I am trying to grab two values “portalURL” and "id" from two fragments of "info" and  "events" and assigned them to two User Parameters “PURL” and “PID

 

Can you please let me know what Translator/former I can use to the task for me?

Best answer by nielsgerrits

One way is the JSONExtractor.

json[“info”][“portalURL”]

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+61
  • Best Answer
  • February 15, 2025

One way is the JSONExtractor.

json[“info”][“portalURL”]