<?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: Fetch/Download gsheet using tFileFetch or any other component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Fetch-Download-gsheet-using-tFileFetch-or-any-other-component/m-p/2326379#M95873</link>
    <description>&lt;P&gt;@uday reddy​&amp;nbsp;, if the file are stored in Google drive, use the special tGoogleDrive component. Please read the Google drive documentation &lt;A href="https://help.talend.com/r/en-US/8.0/google-drive/google-drive" alt="https://help.talend.com/r/en-US/8.0/google-drive/google-drive" target="_blank"&gt;pages&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
    <pubDate>Sun, 09 Oct 2022 11:10:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-09T11:10:26Z</dc:date>
    <item>
      <title>Fetch/Download gsheet using tFileFetch or any other component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fetch-Download-gsheet-using-tFileFetch-or-any-other-component/m-p/2326378#M95872</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to fetch/download one of many sheets of gsheet in xls format. I tried using tFileFetch component but unsuccessful. Please guide me to solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tFileFetch Settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Protocol - https&lt;/P&gt;&lt;P&gt;Url - "&lt;A href="https://docs.google.com/spreadsheets/d/e/AAAAA-1vQ3UTujmMShyju2dSWUxN10JtKEPMmUIInNGAam1gfWrZTjFeeRpNy792Xm3yWD20K17z5ZlzFZZZZZ/pub?output=xlsx" target="_blank"&gt;https://docs.google.com/spreadsheets/d/e/AAAAA-1vQ3UTujmMShyju2dSWUxN10JtKEPMmUIInNGAam1gfWrZTjFeeRpNy792Xm3yWD20K17z5ZlzFZZZZZ/pub?output=xlsx&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;Destination directory - "C:/Users/XXXXX/Documents"&lt;/P&gt;&lt;P&gt;Destination filename - "sample.xls"&lt;/P&gt;&lt;P&gt;Need authentication - enabled &amp;amp; credentials to access gsheet provided&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getting error as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3962&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;/P&gt;&lt;P&gt;Exception in component tFileFetch_2 (rough)&lt;/P&gt;&lt;P&gt;java.net.SocketException: Connection reset&lt;/P&gt;&lt;P&gt;	at java.net.SocketInputStream.read(SocketInputStream.java:210)&lt;/P&gt;&lt;P&gt;	at java.net.SocketInputStream.read(SocketInputStream.java:141)&lt;/P&gt;&lt;P&gt;	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)&lt;/P&gt;&lt;P&gt;	at sun.security.ssl.InputRecord.read(InputRecord.java:503)&lt;/P&gt;&lt;P&gt;	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)&lt;/P&gt;&lt;P&gt;	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)&lt;/P&gt;&lt;P&gt;	at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:750)&lt;/P&gt;&lt;P&gt;	at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:123)&lt;/P&gt;&lt;P&gt;	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)&lt;/P&gt;&lt;P&gt;	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)&lt;/P&gt;&lt;P&gt;	at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:827)&lt;/P&gt;&lt;P&gt;	at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:1975)&lt;/P&gt;&lt;P&gt;	at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:993)&lt;/P&gt;&lt;P&gt;	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:397)&lt;/P&gt;&lt;P&gt;	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)&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 uday.rough_0_1.rough.tFileFetch_2Process(rough.java:1224)&lt;/P&gt;&lt;P&gt;	at uday.rough_0_1.rough.runJobInTOS(rough.java:1604)&lt;/P&gt;&lt;P&gt;	at uday.rough_0_1.rough.main(rough.java:1405)&lt;/P&gt;&lt;P&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Uday Reddy&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fetch-Download-gsheet-using-tFileFetch-or-any-other-component/m-p/2326378#M95872</guid>
      <dc:creator>Uday_Reddy1</dc:creator>
      <dc:date>2024-11-15T22:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch/Download gsheet using tFileFetch or any other component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Fetch-Download-gsheet-using-tFileFetch-or-any-other-component/m-p/2326379#M95873</link>
      <description>&lt;P&gt;@uday reddy​&amp;nbsp;, if the file are stored in Google drive, use the special tGoogleDrive component. Please read the Google drive documentation &lt;A href="https://help.talend.com/r/en-US/8.0/google-drive/google-drive" alt="https://help.talend.com/r/en-US/8.0/google-drive/google-drive" target="_blank"&gt;pages&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2022 11:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Fetch-Download-gsheet-using-tFileFetch-or-any-other-component/m-p/2326379#M95873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-09T11:10:26Z</dc:date>
    </item>
  </channel>
</rss>

