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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

How to export data from mashup at particular intervals programmatically into the Thingworx File Repository ?

done11
1-Newbie

How to export data from mashup at particular intervals programmatically into the Thingworx File Repository ?

Hi all,

We want to export data in CSV format at particular intervals from a mashup (which has various data populated in it) programmatically into Thingworx File Repository.
Is there any way that this can be done ?

Thanks

2 REPLIES 2
AdamR
12-Amethyst
(To:done11)

Data that is displayed and/or exported in a mashup is populated via the server, so in this case you should be cutting out the mashup entirely if you want to export.  You can create files in FileRepository Things, spesifically a CSV with the CreateTextFile service.  Using a timer Thing (subscribed to it's own timer event) that then references the FileRepo is the way to do it at a regular interval.

Hey,

You should be able to do this. Are you attempting to do so using a button click or something? Did you setup a service to work with this as yet or know the service calls needed?

Top Tags