Skip to content

Instantly share code, notes, and snippets.

@naveenrobo
Created April 11, 2018 08:13
Show Gist options
  • Save naveenrobo/5f4af42a26f247b64aa130d372cf2307 to your computer and use it in GitHub Desktop.
Save naveenrobo/5f4af42a26f247b64aa130d372cf2307 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ExtractVariables async="false" continueOnError="false" enabled="true" name="ExtractAddress">
<DisplayName>ExtractAddress</DisplayName>
<Properties/>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
<JSONPayload>
<Variable name="address">
<JSONPath>$.results[0].formatted_address</JSONPath>
</Variable>
</JSONPayload>
<Source clearPayload="false">jsonResponse.content</Source>
</ExtractVariables>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment