JSON to CSV converter
Sep 23, 2021
02:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 23, 2021
02:41 AM
JSON to CSV converter
Is there any extension available to convert JSON input like below to csv format
{
"array": [
{
"Pulse": "110",
"Maxpulse": "130",
"Duration": "60",
"Calories": "409.1"
},
{
"Pulse": "117",
"Maxpulse": "145",
"Duration": "60",
"Calories": "479.0"
},
{
"Pulse": "103",
"Maxpulse": "135",
"Duration": "60",
"Calories": "340.0"
}
]
}
Labels:
- Labels:
-
Coding
-
Extensions
1 REPLY 1
Sep 23, 2021
02:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 23, 2021
02:55 AM
You can concert JSON data to infotable and then export the data in csv using data export widget.
Steps to convert JSON to infotable are provided in below articles,
https://www.ptc.com/en/support/article/CS263899
https://www.ptc.com/en/support/article/CS179012
If you search in community you might find other solutions as well.
Regards,
Sachin Sharma
