<?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 upload a file on microsoft sharepoint online in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281519#M56020</link>
    <description>&lt;P&gt;Hi Dimitri,&lt;/P&gt;&lt;P&gt;Thank you for sharing details on SAML authentication. I am working on a new assignment where i have download/extract data from sharepointonline list.&lt;/P&gt;&lt;P&gt;Is it possible to share screenshots/details of each component? tRESTClient has lot of different options and it will help if you share what worked for you.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 17:39:17 GMT</pubDate>
    <dc:creator>jay_t0</dc:creator>
    <dc:date>2020-09-29T17:39:17Z</dc:date>
    <item>
      <title>How to upload a file on microsoft sharepoint online</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281513#M56014</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Just to share my experience to upload a file to sharepoint online.&lt;/P&gt; 
&lt;P&gt;To connect to sharepoint, you need to realize a sequence of REST call. A little schema below to explain...&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sharepoint-2.png" style="width: 559px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MZu3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145265i4A986D2C99DAD7F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MZu3.png" alt="0683p000009MZu3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The call fails because during the redirection process the tRESTClient receive some cookie but the component don't set the cookie for the next call, thus impossible to finish the step 3.&lt;/P&gt; 
&lt;P&gt;Finally, I find a solution, see below&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sharepoint.png" style="width: 973px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ma64.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129869i18B0B2037C13D49C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ma64.png" alt="0683p000009Ma64.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;I explain a little :&lt;BR /&gt;&lt;STRONG&gt;tRESTClient (callMicrosoft)&lt;/STRONG&gt; : We check "Convert response to DOM document" to use tXMLMap.&lt;BR /&gt;&lt;STRONG&gt;tRESTClient (callSiteButRedirect)&lt;/STRONG&gt; : The tRESTClient don't update cookie in the process of redirect. Thus, we made the process of redirect manually. We uncheck "Die on Error" to retrieve HTTP Headers.&lt;BR /&gt;&lt;STRONG&gt;tJavaRow (extractCookies)&lt;/STRONG&gt; : We extract the two cookies to reuse after.&lt;BR /&gt;&lt;STRONG&gt;tRESTClient (callSiteAfterRedirect)&lt;/STRONG&gt; : We check "Follow redirects" and "Allow non-same host redirects".&lt;BR /&gt;&lt;STRONG&gt;tRESTClient (callForDigest)&lt;/STRONG&gt; : We check "Convert response to DOM document" to use tXMLMap.&lt;BR /&gt;&lt;STRONG&gt;tFileFetch (loadFile)&lt;/STRONG&gt; : We use all the info before and upload the file.&lt;/P&gt; 
&lt;P&gt;And it's good for me.&lt;/P&gt; 
&lt;P&gt;Enjoy&lt;/P&gt; 
&lt;P&gt;Dimitri&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 11:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281513#M56014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-28T11:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to upload a file on microsoft sharepoint online</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281514#M56015</link>
      <description>&lt;P&gt;It's ok&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 11:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281514#M56015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-28T11:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to upload a file on microsoft sharepoint online</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281515#M56016</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006qxo3AAA"&gt;@dherla&lt;/A&gt;&amp;nbsp;,please share the solution,so that it would be helpful to others.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 12:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281515#M56016</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-28T12:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to upload a file on microsoft sharepoint online</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281516#M56017</link>
      <description>&lt;P&gt;The first post is the solution...&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 13:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281516#M56017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-28T13:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to upload a file on microsoft sharepoint online</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281517#M56018</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for this trick ! I managed to make it work with postman but i didn't think about the redirect management with talend.&lt;BR /&gt;&lt;BR /&gt;Could you upload en example of your job ? It will be interessing to see how you manage the building of input for tRESTCLIENT.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 13:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281517#M56018</guid>
      <dc:creator>Jeff4</dc:creator>
      <dc:date>2020-06-09T13:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to upload a file on microsoft sharepoint online</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281518#M56019</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't understand your question. I make nothing special to create the input of tRESTClient.&lt;/P&gt;
&lt;P&gt;But if you need more help for one step just ask.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Dimitri&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 06:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281518#M56019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-10T06:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to upload a file on microsoft sharepoint online</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281519#M56020</link>
      <description>&lt;P&gt;Hi Dimitri,&lt;/P&gt;&lt;P&gt;Thank you for sharing details on SAML authentication. I am working on a new assignment where i have download/extract data from sharepointonline list.&lt;/P&gt;&lt;P&gt;Is it possible to share screenshots/details of each component? tRESTClient has lot of different options and it will help if you share what worked for you.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281519#M56020</guid>
      <dc:creator>jay_t0</dc:creator>
      <dc:date>2020-09-29T17:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to upload a file on microsoft sharepoint online</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281520#M56021</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it would be very useful if you share screenshots of your jobs, as you see from previous message, lots of people are fighting with sharepoint online authentification.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sun, 08 Nov 2020 16:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281520#M56021</guid>
      <dc:creator>AIjel</dc:creator>
      <dc:date>2020-11-08T16:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to upload a file on microsoft sharepoint online</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281521#M56022</link>
      <description>&lt;P&gt;Hello, thanks for the post.&lt;/P&gt;&lt;P&gt;I am not very good at java, is it possible to have an example of tjavarow to retrieve cookies?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 09:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281521#M56022</guid>
      <dc:creator>ccat1604932141</dc:creator>
      <dc:date>2020-12-17T09:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to upload a file on microsoft sharepoint online</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281522#M56023</link>
      <description>&lt;P&gt;Dherla - I am working on the same request. is it possible to export the job you created and share it with us?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 15:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281522#M56023</guid>
      <dc:creator>sidd</dc:creator>
      <dc:date>2021-07-09T15:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to upload a file on microsoft sharepoint online</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281523#M56024</link>
      <description>&lt;P&gt;Hi guys - has anyone of you build this solution is able to export and share the job here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 04:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-upload-a-file-on-microsoft-sharepoint-online/m-p/2281523#M56024</guid>
      <dc:creator>chnet1</dc:creator>
      <dc:date>2021-10-25T04:18:02Z</dc:date>
    </item>
  </channel>
</rss>

