Skip to main content
1-Visitor
April 2, 2019
Solved

Importing data from an external table

  • April 2, 2019
  • 1 reply
  • 970 views

Hello everyone! I have a table (Excel, for example), the data from which I need to import into Composer. Is it possible? Or does ThingWorx import data only from files with its own format (twx.)? This is about data, not about entities.

Best answer by posipova

You would not be able to import it through Composer data import. You would have to create a javascript service that consumes the data or implement your own custom java extension to do so.

1 reply

posipova20-TurquoiseAnswer
20-Turquoise
April 2, 2019

You would not be able to import it through Composer data import. You would have to create a javascript service that consumes the data or implement your own custom java extension to do so.

1-Visitor
April 3, 2019

Thanks!