<?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: tRestClient to Use Excel file From Sharepoint in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/tRestClient-to-Use-Excel-file-From-Sharepoint/m-p/2201711#M533</link>
    <description>&lt;P&gt;You can use tFileFetch component to download the files from Sharepoint,&lt;/P&gt;&lt;P&gt;Here is an article about it&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/article/How-to-download-a-file-from-SharePoint-using-tFileFetch-eq7eb" alt="https://community.talend.com/s/article/How-to-download-a-file-from-SharePoint-using-tFileFetch-eq7eb" target="_blank"&gt;https://community.talend.com/s/article/How-to-download-a-file-from-SharePoint-using-tFileFetch-eq7eb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then, use tFileInputExcel component to read the downloaded excel file from the local directory.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2023 07:27:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-07-25T07:27:09Z</dc:date>
    <item>
      <title>tRestClient to Use Excel file From Sharepoint</title>
      <link>https://community.qlik.com/t5/Data-Quality/tRestClient-to-Use-Excel-file-From-Sharepoint/m-p/2201710#M532</link>
      <description>&lt;P&gt;Hi developers,&lt;/P&gt;&lt;P&gt;I would like to download excel file (or use data in it) from sharepoint.&lt;/P&gt;&lt;P&gt;I'm using the component tRestClient and the connection is working, so, how do get to the next steep ?&lt;/P&gt;&lt;P&gt;Thanks for your answers !&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000lvqLcAAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138451i4478ECBA42272F6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000lvqLcAAI.png" alt="0695b00000lvqLcAAI.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tRestClient-to-Use-Excel-file-From-Sharepoint/m-p/2201710#M532</guid>
      <dc:creator>MDrouillard1683707297</dc:creator>
      <dc:date>2024-11-15T21:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: tRestClient to Use Excel file From Sharepoint</title>
      <link>https://community.qlik.com/t5/Data-Quality/tRestClient-to-Use-Excel-file-From-Sharepoint/m-p/2201711#M533</link>
      <description>&lt;P&gt;You can use tFileFetch component to download the files from Sharepoint,&lt;/P&gt;&lt;P&gt;Here is an article about it&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/article/How-to-download-a-file-from-SharePoint-using-tFileFetch-eq7eb" alt="https://community.talend.com/s/article/How-to-download-a-file-from-SharePoint-using-tFileFetch-eq7eb" target="_blank"&gt;https://community.talend.com/s/article/How-to-download-a-file-from-SharePoint-using-tFileFetch-eq7eb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then, use tFileInputExcel component to read the downloaded excel file from the local directory.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 07:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tRestClient-to-Use-Excel-file-From-Sharepoint/m-p/2201711#M533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-25T07:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: tRestClient to Use Excel file From Sharepoint</title>
      <link>https://community.qlik.com/t5/Data-Quality/tRestClient-to-Use-Excel-file-From-Sharepoint/m-p/2201712#M534</link>
      <description>&lt;P&gt;Thanks Achen, but, I have already tried and I have error : &lt;/P&gt;&lt;P&gt;juil. 25, 2023 8:27:36 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme&lt;/P&gt;&lt;P&gt;INFOS: ntlm authentication scheme selected&lt;/P&gt;&lt;P&gt;juil. 25, 2023 8:27:36 AM org.apache.commons.httpclient.HttpMethodDirector authenticate&lt;/P&gt;&lt;P&gt;GRAVE: Credentials cannot be used for NTLM authentication: org.apache.commons.httpclient.UsernamePasswordCredentials&lt;/P&gt;&lt;P&gt;org.apache.commons.httpclient.auth.InvalidCredentialsException: Credentials cannot be used for NTLM authentication: org.apache.commons.httpclient.UsernamePasswordCredentials&lt;/P&gt;&lt;P&gt;	at org.apache.commons.httpclient.auth.NTLMScheme.authenticate(NTLMScheme.java:331)&lt;/P&gt;&lt;P&gt;	at org.apache.commons.httpclient.HttpMethodDirector.authenticateHost(HttpMethodDirector.java:281)&lt;/P&gt;&lt;P&gt;	at org.apache.commons.httpclient.HttpMethodDirector.authenticate(HttpMethodDirector.java:233)&lt;/P&gt;&lt;P&gt;	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:169)&lt;/P&gt;&lt;P&gt;	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)&lt;/P&gt;&lt;P&gt;	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)&lt;/P&gt;&lt;P&gt;	at she_crm_purchasing.a000_load_sql_0_1.A000_LOAD_SQL.tFileFetch_1Process(A000_LOAD_SQL.java:705)&lt;/P&gt;&lt;P&gt;	at she_crm_purchasing.a000_load_sql_0_1.A000_LOAD_SQL.runJobInTOS(A000_LOAD_SQL.java:2124)&lt;/P&gt;&lt;P&gt;	at she_crm_purchasing.a000_load_sql_0_1.A000_LOAD_SQL.main(A000_LOAD_SQL.java:1721)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;juil. 25, 2023 8:27:36 AM org.apache.commons.httpclient.HttpMethodDirector processWWWAuthChallenge&lt;/P&gt;&lt;P&gt;INFOS: Failure authenticating with NTLM &amp;lt;any realm&amp;gt;@inshare.grp.collab.group.safran:443&lt;/P&gt;&lt;P&gt;Exception in component tFileFetch_1 (A000_LOAD_SQL)&lt;/P&gt;&lt;P&gt;java.lang.Exception: Method failed: HTTP/1.1 401 Unauthorized&lt;/P&gt;&lt;P&gt;	at she_crm_purchasing.a000_load_sql_0_1.A000_LOAD_SQL.tFileFetch_1Process(A000_LOAD_SQL.java:709)&lt;/P&gt;&lt;P&gt;	at she_crm_purchasing.a000_load_sql_0_1.A000_LOAD_SQL.runJobInTOS(A000_LOAD_SQL.java:2124)&lt;/P&gt;&lt;P&gt;	at she_crm_purchasing.a000_load_sql_0_1.A000_LOAD_SQL.main(A000_LOAD_SQL.java:1721)&lt;/P&gt;&lt;P&gt;[FATAL] 08:27:36 she_crm_purchasing.a000_load_sql_0_1.A000_LOAD_SQL- tFileFetch_1 Method failed: HTTP/1.1 401 Unauthorized&lt;/P&gt;&lt;P&gt;java.lang.Exception: Method failed: HTTP/1.1 401 Unauthorized&lt;/P&gt;&lt;P&gt;	at she_crm_purchasing.a000_load_sql_0_1.A000_LOAD_SQL.tFileFetch_1Process(A000_LOAD_SQL.java:709) [classes/:?]&lt;/P&gt;&lt;P&gt;	at she_crm_purchasing.a000_load_sql_0_1.A000_LOAD_SQL.runJobInTOS(A000_LOAD_SQL.java:2124) [classes/:?]&lt;/P&gt;&lt;P&gt;	at she_crm_purchasing.a000_load_sql_0_1.A000_LOAD_SQL.main(A000_LOAD_SQL.java:1721) [classes/:?]&lt;/P&gt;&lt;P&gt;[statistics] disconnected&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 07:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tRestClient-to-Use-Excel-file-From-Sharepoint/m-p/2201712#M534</guid>
      <dc:creator>MDrouillard1683707297</dc:creator>
      <dc:date>2023-07-25T07:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: tRestClient to Use Excel file From Sharepoint</title>
      <link>https://community.qlik.com/t5/Data-Quality/tRestClient-to-Use-Excel-file-From-Sharepoint/m-p/2201713#M535</link>
      <description>&lt;P&gt;Hello @Mateo Drouillard​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Seems you check the button 'Enable NTLM Credentials' for tFileFetch regarding to your job log which cause the issue.&lt;/P&gt;&lt;P&gt;As a test, please un-check it as the below to re-try?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000lvqahAAA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156091i61B17E4A5706E647/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000lvqahAAA.png" alt="0695b00000lvqahAAA.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 08:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tRestClient-to-Use-Excel-file-From-Sharepoint/m-p/2201713#M535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-25T08:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: tRestClient to Use Excel file From Sharepoint</title>
      <link>https://community.qlik.com/t5/Data-Quality/tRestClient-to-Use-Excel-file-From-Sharepoint/m-p/2201714#M536</link>
      <description>&lt;P&gt;i didn't check the box ...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000lvqj5AAA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140164iC859AD8537541564/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000lvqj5AAA.png" alt="0695b00000lvqj5AAA.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 10:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tRestClient-to-Use-Excel-file-From-Sharepoint/m-p/2201714#M536</guid>
      <dc:creator>MDrouillard1683707297</dc:creator>
      <dc:date>2023-07-25T10:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: tRestClient to Use Excel file From Sharepoint</title>
      <link>https://community.qlik.com/t5/Data-Quality/tRestClient-to-Use-Excel-file-From-Sharepoint/m-p/2201715#M537</link>
      <description>&lt;P&gt;Someone had downloaded the file from sharepoing using tFetchFile or tHttpRequest, please refer to the post&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/question/0D53p00007vCt16CAC/tfilefetch-sharepoint-authorization-failed?language=ja" alt="https://community.talend.com/s/question/0D53p00007vCt16CAC/tfilefetch-sharepoint-authorization-failed?language=ja" target="_blank"&gt;tFileFetch + Sharepoint: authorization failed (talend.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 01:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tRestClient-to-Use-Excel-file-From-Sharepoint/m-p/2201715#M537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-26T01:46:29Z</dc:date>
    </item>
  </channel>
</rss>

