<?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: How to automate Export in Thingworx in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505609#M3760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do export a set of DataTables (We tag with a specific tag the DataTables that we want to export) through calling the API directly from Server Side Javascript, that's our code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15114513928025746" jivemacro_uid="_15114513928025746"&gt;&lt;P&gt;var APIKey = ApplicationKeys["AppKeyNameWithTheRights"].GetKeyID();&lt;/P&gt;&lt;P&gt;var exportURL = "YourServerURL"+"/Thingworx/DataExporter/?Accept=application/octet-stream&amp;amp;searchTags="+"TagForTableNamesToExport"+"&amp;amp;repositoryName="+"RespositoryNameWhereToStoreData"+"&amp;amp;path="+"PathOnFileRepository+"="+APIKey+"&amp;amp;_="+Math.random()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var result = Resources["ContentLoaderFunctions"].GetText({&lt;/P&gt;&lt;P&gt;proxyScheme: undefined /* STRING */,&lt;/P&gt;&lt;P&gt;headers: undefined /* JSON */,&lt;/P&gt;&lt;P&gt;ignoreSSLErrors: undefined /* BOOLEAN */,&lt;/P&gt;&lt;P&gt;useNTLM: undefined /* BOOLEAN */,&lt;/P&gt;&lt;P&gt;workstation: undefined /* STRING */,&lt;/P&gt;&lt;P&gt;useProxy: undefined /* BOOLEAN */,&lt;/P&gt;&lt;P&gt;withCookies: undefined /* BOOLEAN */,&lt;/P&gt;&lt;P&gt;proxyHost: undefined /* STRING */,&lt;/P&gt;&lt;P&gt;url: exportURL,&lt;/P&gt;&lt;P&gt;timeout: undefined /* NUMBER */,&lt;/P&gt;&lt;P&gt;proxyPort: undefined /* INTEGER */,&lt;/P&gt;&lt;P&gt;password: undefined /* STRING */,&lt;/P&gt;&lt;P&gt;domain: undefined /* STRING */,&lt;/P&gt;&lt;P&gt;username: undefined /* STRING */&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2017 15:38:53 GMT</pubDate>
    <dc:creator>CarlesColl</dc:creator>
    <dc:date>2017-11-23T15:38:53Z</dc:date>
    <item>
      <title>How to automate Export in Thingworx</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505608#M3759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We want to automate &lt;SPAN style="color: #000000; font-family: Verdana; font-size: small;"&gt; &lt;SPAN style="color: #000000; font-family: ff-din-web, Arial, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;Export to ThingworxStorage for particular table. How to do this. Any idea.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14px; font-family: ff-din-web, Arial, sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14px; font-family: ff-din-web, Arial, sans-serif;"&gt;&lt;STRONG&gt;Please suggest.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 13:19:02 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505608#M3759</guid>
      <dc:creator>RaajeevHDave</dc:creator>
      <dc:date>2017-11-23T13:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate Export in Thingworx</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505609#M3760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do export a set of DataTables (We tag with a specific tag the DataTables that we want to export) through calling the API directly from Server Side Javascript, that's our code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15114513928025746" jivemacro_uid="_15114513928025746"&gt;&lt;P&gt;var APIKey = ApplicationKeys["AppKeyNameWithTheRights"].GetKeyID();&lt;/P&gt;&lt;P&gt;var exportURL = "YourServerURL"+"/Thingworx/DataExporter/?Accept=application/octet-stream&amp;amp;searchTags="+"TagForTableNamesToExport"+"&amp;amp;repositoryName="+"RespositoryNameWhereToStoreData"+"&amp;amp;path="+"PathOnFileRepository+"="+APIKey+"&amp;amp;_="+Math.random()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var result = Resources["ContentLoaderFunctions"].GetText({&lt;/P&gt;&lt;P&gt;proxyScheme: undefined /* STRING */,&lt;/P&gt;&lt;P&gt;headers: undefined /* JSON */,&lt;/P&gt;&lt;P&gt;ignoreSSLErrors: undefined /* BOOLEAN */,&lt;/P&gt;&lt;P&gt;useNTLM: undefined /* BOOLEAN */,&lt;/P&gt;&lt;P&gt;workstation: undefined /* STRING */,&lt;/P&gt;&lt;P&gt;useProxy: undefined /* BOOLEAN */,&lt;/P&gt;&lt;P&gt;withCookies: undefined /* BOOLEAN */,&lt;/P&gt;&lt;P&gt;proxyHost: undefined /* STRING */,&lt;/P&gt;&lt;P&gt;url: exportURL,&lt;/P&gt;&lt;P&gt;timeout: undefined /* NUMBER */,&lt;/P&gt;&lt;P&gt;proxyPort: undefined /* INTEGER */,&lt;/P&gt;&lt;P&gt;password: undefined /* STRING */,&lt;/P&gt;&lt;P&gt;domain: undefined /* STRING */,&lt;/P&gt;&lt;P&gt;username: undefined /* STRING */&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 15:38:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505609#M3760</guid>
      <dc:creator>CarlesColl</dc:creator>
      <dc:date>2017-11-23T15:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate Export in Thingworx</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505610#M3761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Appreciate your response. I want to export data to some file then my SOUP webservice pick that data from file and import it to Hadoop database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you thing it is possible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want anyone should directly access my database because of PCI Zone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 06:40:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505610#M3761</guid>
      <dc:creator>RaajeevHDave</dc:creator>
      <dc:date>2017-11-24T06:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate Export in Thingworx</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505611#M3762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, for SOUP do you mean SOAP ? if that's the case, why don't you call directly the SOAP service from ThingWorx and you push the data to it? Or the other way around, why from your webserver call ThingWorx and pull the data through it's RESP API?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 09:59:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505611#M3762</guid>
      <dc:creator>CarlesColl</dc:creator>
      <dc:date>2017-11-24T09:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate Export in Thingworx</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505612#M3763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again. Because of PCI requirement we can make any thingwrox inbound call. SOUP means Webservice call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 10:10:58 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505612#M3763</guid>
      <dc:creator>RaajeevHDave</dc:creator>
      <dc:date>2017-11-24T10:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate Export in Thingworx</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505613#M3764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And outbound?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 10:34:38 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505613#M3764</guid>
      <dc:creator>CarlesColl</dc:creator>
      <dc:date>2017-11-24T10:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate Export in Thingworx</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505614#M3765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry we can make any outbound call from thingwrox not inbound call. Nobody can come inside from outside to access thingwrox..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 10:37:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505614#M3765</guid>
      <dc:creator>RaajeevHDave</dc:creator>
      <dc:date>2017-11-24T10:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate Export in Thingworx</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505615#M3766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I don't know man, as if no one can enter/exit how the SOUP service will enter to take the file...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 13:48:01 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-automate-Export-in-Thingworx/m-p/505615#M3766</guid>
      <dc:creator>CarlesColl</dc:creator>
      <dc:date>2017-11-24T13:48:01Z</dc:date>
    </item>
  </channel>
</rss>

