cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

How to run service "ConvertJSON" in Universal Converter extension in ThingWorx

No ratings

Here is a sample to run ConvertJSON just for test

1. Create a DataShape

User-added image

2. There are 4 input for service ConvertJSON

fieldMap (The structure of infotable in the json row)
User-added image
json (json content)
  { "rows":[
        {
            "email":"example1@ptc.com"
        },
        {
            "name":"Lily",
            "email":"example2@ptc.com"
        }
    ]
}

rowPath (json rows that indicate table information)
rows
dataShape (infotable dataShape)
UserEmail
User-added image

User-added image

Version history
Last update:
‎Feb 17, 2017 04:54 AM
Updated by:
Labels (1)
Tags (1)