Data export
Hi everyone,
My Thingworx server is not on my local PC, it is located in somewhere else.
Is there any methods that I can save those data in DataTable and Stream into files?
Hi everyone,
My Thingworx server is not on my local PC, it is located in somewhere else.
Is there any methods that I can save those data in DataTable and Stream into files?
Lee, if you are trying to export DataTables, Streams or ValueStreams, the standard export (on that entity) will only give you the entity itself, and not the data.
If you want the data to be downloadable as well, what you need to do is do an 'Export to File' (for data) via Import/ Export, save that to your File Repository, open that File Repository Thing, run the 'CreateZipArchive' to create a zip of the folder that just got created, and then download it with a service like 'GetFileListingWithLinks'.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.