Skip to main content
1-Visitor
July 31, 2017
Question

How do I turn an array into a table?

  • July 31, 2017
  • 1 reply
  • 4275 views

How do I turn an array into a table? One property name with values.

1 reply

5-Regular Member
August 1, 2017

Hello Rami,

Where do you get this Array and how will you use it?

There is no Array type in Thingworx Base types, so you cannot use the Array as input or output of the script, and you can only write a Array inside the script and not able to change it. If so, you could use a for loop to activate the AddDataTableEntries service to transform the data.

If you change the Array to JSON file, then you can change the data into infotable format freely, and then store them inside a Datatable.

rmasoud11-VisitorAuthor
1-Visitor
August 1, 2017

Hello Ryan,

I am receiving the array from java code that is sending the data to Thingworx through REST.

Do you have any links of how I would be able to change the data into infotable format?

Thnak you