<?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 How to read only perticular files from URL in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-only-perticular-files-from-URL/m-p/2299117#M71501</link>
    <description>&lt;P&gt;I have one scenario where I have to read  10 files out of 100 files from single URL. These 10 files is not in perticular order it could be 1st , 2nd or 99th place but it has some naming convention. So  how can I filter those files and read those files​?? Please help here&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 22:58:45 GMT</pubDate>
    <dc:creator>rohit1804</dc:creator>
    <dc:date>2024-11-15T22:58:45Z</dc:date>
    <item>
      <title>How to read only perticular files from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-only-perticular-files-from-URL/m-p/2299117#M71501</link>
      <description>&lt;P&gt;I have one scenario where I have to read  10 files out of 100 files from single URL. These 10 files is not in perticular order it could be 1st , 2nd or 99th place but it has some naming convention. So  how can I filter those files and read those files​?? Please help here&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-only-perticular-files-from-URL/m-p/2299117#M71501</guid>
      <dc:creator>rohit1804</dc:creator>
      <dc:date>2024-11-15T22:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to read only perticular files from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-only-perticular-files-from-URL/m-p/2299118#M71502</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If we understand your requirement very well, you could use tfilefetch component and type in the URI of the site from which the file is to be fetched.&lt;/P&gt;&lt;P&gt;For your requirement, the URI could be set as a Dynamic variable as file path.&lt;/P&gt;&lt;P&gt;Here is a scenario documentation about: &lt;A href="https://help.talend.com/r/en-US/8.0/internet/internet-scenario" alt="https://help.talend.com/r/en-US/8.0/internet/internet-scenario" target="_blank"&gt;TalendHelpCenter: Fetching data through HTTP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 03:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-only-perticular-files-from-URL/m-p/2299118#M71502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-29T03:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to read only perticular files from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-only-perticular-files-from-URL/m-p/2299119#M71503</link>
      <description>&lt;P&gt;How can we select the specific files only among 100 files from single URL?​&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 03:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-only-perticular-files-from-URL/m-p/2299119#M71503</guid>
      <dc:creator>rohit1804</dc:creator>
      <dc:date>2022-04-29T03:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to read only perticular files from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-only-perticular-files-from-URL/m-p/2299120#M71504</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;From your question description, 10 specific files have some naming convention?&lt;/P&gt;&lt;P&gt;Is it possible for you to elaborate your case with an example with input and expected output values?&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 03:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-only-perticular-files-from-URL/m-p/2299120#M71504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-29T03:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to read only perticular files from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-only-perticular-files-from-URL/m-p/2299121#M71505</link>
      <description>&lt;P&gt;Yes it has some name convention like file_A, file_B, file_Z. How can I read those files only ?​&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 04:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-only-perticular-files-from-URL/m-p/2299121#M71505</guid>
      <dc:creator>rohit1804</dc:creator>
      <dc:date>2022-04-29T04:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to read only perticular files from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-only-perticular-files-from-URL/m-p/2299122#M71506</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please have a look at this component reference about: &lt;A href="https://help.talend.com/r/en-US/8.0/internet/tfilefetch" alt="https://help.talend.com/r/en-US/8.0/internet/tfilefetch" target="_blank"&gt;TalendHelpCenter: tfilefetch&lt;/A&gt;. You are able to type in the URI of the site from which the file is to be fetched. Such as: http://xxx.com/file_A.txt&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 04:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-only-perticular-files-from-URL/m-p/2299122#M71506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-29T04:12:58Z</dc:date>
    </item>
  </channel>
</rss>

