Skip to main content
1-Visitor
October 27, 2017
Question

Exporting data from Thingworx Studio

  • October 27, 2017
  • 1 reply
  • 1761 views

Hello,

I have a model in Thingworx Studio with multiple steps. For each step, the user can either pass or fail the model. Is there a way to document "pass/fail" for each step in excel sheet?

Thanks in advance.

    1 reply

    5-Regular Member
    October 27, 2017

    Didn't actually test, but I guess you can leverage ThingWorx Platform to pass the steps to an excel sheet. In ThingWorx there are many extensions (like CSV parser, CSV importer etc.,) to do that task. Alternatively, you can also create a custom CSV extension based on your requirement.

    lmalladi1-VisitorAuthor
    1-Visitor
    October 28, 2017

    I have created a Datashape in Thingworx Composer with 3 Field Definitions and used it to create a DataTable with 3 Properties.

    I have added the DataTable to Thingworx Studio but I am not sure how to bind the data. Can you please help?