Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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
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?