<?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 allow a file_path parameter to be selected by browsing folders instead of typing? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-allow-a-file-path-parameter-to-be-selected-by-browsing/m-p/2275378#M51775</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;My question is regarding a custom component that I have created. That's why I had posted in Component Development board.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to know how to input a file directly by browsing and selecting it from the computer. Currently I am taking the file path as an input (String type) and then reading the file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank You.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Aug 2019 11:38:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-12T11:38:46Z</dc:date>
    <item>
      <title>How to allow a file_path parameter to be selected by browsing folders instead of typing?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-allow-a-file-path-parameter-to-be-selected-by-browsing/m-p/2275375#M51772</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have made a processor component which takes a file path as an input&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talend_input.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7Sl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154434iA0BFCCDE76C64C84/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7Sl.png" alt="0683p000009M7Sl.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have defined it as a String parameter now:&lt;/P&gt; 
&lt;PRE&gt;&lt;SPAN&gt;@Option&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;@Documentation&lt;/SPAN&gt;(&lt;SPAN&gt;"TODO fill the documentation for this parameter"&lt;/SPAN&gt;)&lt;BR /&gt;&lt;SPAN&gt;private &lt;/SPAN&gt;String &lt;SPAN&gt;input_path&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt; 
&lt;P&gt;How can I make this parameter input the path by browsing they file system, like in the case of a tFileInput* component:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talend_tfid.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M76O.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148620iFACBDA7C72FA7AC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M76O.png" alt="0683p000009M76O.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;the "File name/ Stream" parameter.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried declaring the parameter under&lt;/P&gt; 
&lt;PRE&gt;&lt;SPAN&gt;@Option&lt;/SPAN&gt;(&lt;SPAN&gt;"file-path"&lt;/SPAN&gt;)&amp;nbsp;&lt;/PRE&gt; 
&lt;P&gt;which I saw briefly mentioned in the documentation, and changed the parameter type to "File", but it didn't change anything. I can't find any documentation on how to do this though. What should I change to get this done?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Siva&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 14:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-allow-a-file-path-parameter-to-be-selected-by-browsing/m-p/2275375#M51772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-07T14:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow a file_path parameter to be selected by browsing folders instead of typing?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-allow-a-file-path-parameter-to-be-selected-by-browsing/m-p/2275376#M51773</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;You could define a context variable and assign a default file path to it, set the File name/stream field&amp;nbsp;of tfileInputExcel in context variable like:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="contextfile.png" style="width: 811px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7TF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136767i5F2129A2A7471896/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7TF.png" alt="0683p000009M7TF.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 09:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-allow-a-file-path-parameter-to-be-selected-by-browsing/m-p/2275376#M51773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-08T09:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow a file_path parameter to be selected by browsing folders instead of typing?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-allow-a-file-path-parameter-to-be-selected-by-browsing/m-p/2275377#M51774</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;If your input file changes frequently and you cannot define in context variable as I said.&lt;/P&gt; 
&lt;P&gt;Please use tFileList component to iterate all the files that matches the file mark you define.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 09:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-allow-a-file-path-parameter-to-be-selected-by-browsing/m-p/2275377#M51774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-08T09:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to allow a file_path parameter to be selected by browsing folders instead of typing?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-allow-a-file-path-parameter-to-be-selected-by-browsing/m-p/2275378#M51775</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;My question is regarding a custom component that I have created. That's why I had posted in Component Development board.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to know how to input a file directly by browsing and selecting it from the computer. Currently I am taking the file path as an input (String type) and then reading the file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 11:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-allow-a-file-path-parameter-to-be-selected-by-browsing/m-p/2275378#M51775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-12T11:38:46Z</dc:date>
    </item>
  </channel>
</rss>

