<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Data export in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Data-export/m-p/511787#M8769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! It is what I need!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2017 03:31:23 GMT</pubDate>
    <dc:creator>lwei</dc:creator>
    <dc:date>2017-02-07T03:31:23Z</dc:date>
    <item>
      <title>Data export</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Data-export/m-p/511783#M8765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp; My Thingworx server is not on my local PC, it is located in somewhere else.&lt;/P&gt;&lt;P&gt;Is there any methods that I can save those data in DataTable and Stream into files?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 03:13:49 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Data-export/m-p/511783#M8765</guid>
      <dc:creator>lwei</dc:creator>
      <dc:date>2017-02-06T03:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data export</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Data-export/m-p/511784#M8766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.thingworx.com/u1/8949"&gt;Lee Wei&lt;/A&gt;​, Yes, you can take an export of the ThingWorx data by just accessing the URL.&lt;/P&gt;&lt;P&gt;If you are looking for export of single DataTable or Stream. You can download the export to local System Directly.&lt;/P&gt;&lt;P&gt;If you are looking to Export multiple files; you can first export the files to repository and then create a Mashup to download the files from Repository to your local system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Hope it Helps. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_emote jive_macro" src="https://www.ptcusercommunity.com/7.0.4.3b79b96/images/emoticons/happy.png"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ankit Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 08:55:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Data-export/m-p/511784#M8766</guid>
      <dc:creator>ankigupta</dc:creator>
      <dc:date>2017-02-06T08:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data export</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Data-export/m-p/511785#M8767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it correct understanding that you kind of want to "download" all the data that you have created/stored in DataTable and Streams locally from the ThingWorx Server? What kind of Database is used as Persistence Provider for ThingWorx?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 08:58:28 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Data-export/m-p/511785#M8767</guid>
      <dc:creator>supandey</dc:creator>
      <dc:date>2017-02-06T08:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data export</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Data-export/m-p/511786#M8768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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 '&lt;SPAN title="GetFileListingWithLinks - Get file system listing with download links"&gt;GetFileListingWithLinks&lt;/SPAN&gt;'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 18:35:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Data-export/m-p/511786#M8768</guid>
      <dc:creator>Aanjan</dc:creator>
      <dc:date>2017-02-06T18:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data export</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Data-export/m-p/511787#M8769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! It is what I need!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 03:31:23 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Data-export/m-p/511787#M8769</guid>
      <dc:creator>lwei</dc:creator>
      <dc:date>2017-02-07T03:31:23Z</dc:date>
    </item>
  </channel>
</rss>

