<?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 create tableau extract using talend 6.4 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-tableau-extract-using-talend-6-4/m-p/2369800#M132913</link>
    <description>&lt;P&gt;You can not create Tableau Extract (or report) with Talend&lt;/P&gt;&lt;P&gt;but You can create Tableau Report with Tableau Desktop, publish it on Tableau Server or Tableau Cloud&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and using tRESTClient - refresh extract at any time (Tableau scheduler is flexible, but still not cover all)&lt;/P&gt;&lt;P&gt;If You go by this ways, it will take 3 step:&lt;BR /&gt;- Login - receive a token&lt;/P&gt;&lt;P&gt;- call API&lt;/P&gt;&lt;P&gt;- Logout&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://onlinehelp.tableau.com/current/api/rest_api/en-us/help.htm" target="_self" rel="nofollow noopener noreferrer"&gt;https://onlinehelp.tableau.com/current/api/rest_api/en-us/help.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2017 06:19:34 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2017-10-05T06:19:34Z</dc:date>
    <item>
      <title>how to create tableau extract using talend 6.4</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-tableau-extract-using-talend-6-4/m-p/2369799#M132912</link>
      <description>&lt;P&gt;how to create tableau extract using talend 6.4.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 04:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-tableau-extract-using-talend-6-4/m-p/2369799#M132912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-05T04:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to create tableau extract using talend 6.4</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-tableau-extract-using-talend-6-4/m-p/2369800#M132913</link>
      <description>&lt;P&gt;You can not create Tableau Extract (or report) with Talend&lt;/P&gt;&lt;P&gt;but You can create Tableau Report with Tableau Desktop, publish it on Tableau Server or Tableau Cloud&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and using tRESTClient - refresh extract at any time (Tableau scheduler is flexible, but still not cover all)&lt;/P&gt;&lt;P&gt;If You go by this ways, it will take 3 step:&lt;BR /&gt;- Login - receive a token&lt;/P&gt;&lt;P&gt;- call API&lt;/P&gt;&lt;P&gt;- Logout&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://onlinehelp.tableau.com/current/api/rest_api/en-us/help.htm" target="_self" rel="nofollow noopener noreferrer"&gt;https://onlinehelp.tableau.com/current/api/rest_api/en-us/help.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 06:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-tableau-extract-using-talend-6-4/m-p/2369800#M132913</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-10-05T06:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to create tableau extract using talend 6.4</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-tableau-extract-using-talend-6-4/m-p/2369801#M132914</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;&amp;nbsp;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to do what you wrote:&lt;/P&gt; 
&lt;P&gt;- Login - receive a token&amp;nbsp; &amp;nbsp;--&amp;gt; (&lt;SPAN&gt;http://&lt;/SPAN&gt;&lt;SPAN class="resolvedVariable"&gt;&lt;SPAN&gt;{{server}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/api/&lt;/SPAN&gt;&lt;SPAN class="resolvedVariable"&gt;&lt;SPAN&gt;{{api}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/auth/signin)&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;- call API&amp;nbsp; &amp;nbsp;--&amp;gt; (&lt;SPAN&gt;GET /api/&lt;/SPAN&gt;&lt;SPAN class="api-placeholder"&gt;api-version&lt;/SPAN&gt;&lt;SPAN&gt;/sites/&lt;/SPAN&gt;&lt;SPAN class="api-placeholder"&gt;site-id&lt;/SPAN&gt;&lt;SPAN&gt;/views/&lt;/SPAN&gt;&lt;SPAN class="api-placeholder"&gt;view-id&lt;/SPAN&gt;&lt;SPAN&gt;/pdf)&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;- Logout&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am testing the conection to the Tableau API with Postman and everything works fine, I can get the pdf.&lt;/P&gt; 
&lt;P&gt;Do you have any example how to do it with Talend?&lt;/P&gt; 
&lt;P&gt;I tried to use the tRESTClient and tREST but I get always the same error trying to sign in:&amp;nbsp;HTTP 301 Moved Permanently.&lt;/P&gt; 
&lt;P&gt;Any help?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 17:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-tableau-extract-using-talend-6-4/m-p/2369801#M132914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-05T17:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to create tableau extract using talend 6.4</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-tableau-extract-using-talend-6-4/m-p/2369802#M132915</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is hard to tell - what wrong&lt;/P&gt;&lt;P&gt;generally - if it works in postman/SoapUI/Paw it will work in Talend with tRESTClient&amp;nbsp;(if all the same settings defined)&lt;/P&gt;&lt;P&gt;you could share you design, settings and error messages might be seen what wrong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards, Vlad&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 13:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-tableau-extract-using-talend-6-4/m-p/2369802#M132915</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-04-09T13:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to create tableau extract using talend 6.4</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-tableau-extract-using-talend-6-4/m-p/2369803#M132916</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;&amp;nbsp;, thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;In the tRESTClient Basic settings I am filling the properties URL, Relative Path, Username and Password (using Basic HTTP):&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="basic_settings.PNG" style="width: 487px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3RP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155276i1B50D2F94E43E6C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3RP.png" alt="0683p000009M3RP.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In the Advanced settings I am not changing anything.&lt;/P&gt; 
&lt;P&gt;In postman, to signin, I also use some xml in the request body, but I am not sure where I can put it or if I need it:&lt;BR /&gt;&amp;lt;tsRequest&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;credentials name="{{username}}" password="{{password}}"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;site contentUrl="{{siteContentUrl}}" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/credentials&amp;gt;&lt;BR /&gt;&amp;lt;/tsRequest&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;Error message that I getting:&lt;BR /&gt;[statistics] connected&lt;/P&gt; 
&lt;P&gt;Exception in component tRESTClient_1 (get_tableau_workbooks)&lt;BR /&gt;javax.ws.rs.WebApplicationException: HTTP 301 Moved Permanently&lt;BR /&gt;at project.get_tableau_workbooks_0_1.get_tableau_workbooks.tRESTClient_1Process(get_tableau_workbooks.java:1082)&lt;BR /&gt;at project.get_tableau_workbooks_0_1.get_tableau_workbooks.runJobInTOS(get_tableau_workbooks.java:1960)&lt;BR /&gt;at project.get_tableau_workbooks_0_1.get_tableau_workbooks.main(get_tableau_workbooks.java:1809)&lt;BR /&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any idea? Maybe I am missing to define some settings.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 16:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-tableau-extract-using-talend-6-4/m-p/2369803#M132916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-09T16:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to create tableau extract using talend 6.4</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-create-tableau-extract-using-talend-6-4/m-p/2369804#M132917</link>
      <description>&lt;P&gt;Hi you do not need use authorization in tRESTClient,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;you need do all same as Postman&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;you need to prepare body (before tRESTClient) and send this body as XML document as input for tRESTClient&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tXML1.PNG" style="width: 651px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3C4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141887i18561B03F3819933/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3C4.png" alt="0683p000009M3C4.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tRESTschema.PNG" style="width: 998px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3gX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136827i289D4FFCCE698F32/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3gX.png" alt="0683p000009M3gX.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tXML2.PNG" style="width: 793px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3gc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137174iB32DBB4383046CEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3gc.png" alt="0683p000009M3gc.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;useful links:&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpapCAC" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/POST-request-with-JSON-data-to-tRESTClient-component/td-p/103167&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpjlCAC" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/tRestClient-how-to-set-body-in-POST-request/td-p/38651&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 11:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-create-tableau-extract-using-talend-6-4/m-p/2369804#M132917</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-04-10T11:20:59Z</dc:date>
    </item>
  </channel>
</rss>

