converting Table to JSON response
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
itskris5
5 - Atom
‎03-30-2021
04:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Alteryx Community,
I am trying to convert a table data to JSON.
example table has the following values.
ID: 1
First_Name: Jane
City: London
Country: UK
Participant: 123
I am looking to have the above values converted to the following format.
{
"values" : {
"ID" : "1" ,
"First_Name" : "Jane" ,
"City" : "London" ,
"Country" : "UK" ,
"Participant" : "123"
}}
Appreciate the help. Thank you.
}}
Appreciate the help. Thank you.
Labels:
- Labels:
- Output
- Parse
- Transformation
- Workflow
1 REPLY 1
echuong1
Alteryx Alumni (Retired)
‎03-30-2021
06:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
