<?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 get file name from tfilelist in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336075#M104563</link>
    <description>&lt;P&gt;How to dispaly the properties from tfileproperties.&lt;/P&gt;</description>
    <pubDate>Mon, 21 May 2018 12:23:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-21T12:23:40Z</dc:date>
    <item>
      <title>How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336071#M104559</link>
      <description>&lt;P&gt;How to get file names, size, row count&amp;nbsp;and send it to email by using Java components or can we achieve without java components&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 10:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336071#M104559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-21T10:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336072#M104560</link>
      <description>&lt;P&gt;You can use the tFileProperties for everything but number of rows. For number of rows you will need to read the files and count them.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 11:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336072#M104560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-21T11:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336073#M104561</link>
      <description>&lt;P&gt;Actually my requirement is I have some set of different files in one (reject files)folder. I have to sent an email like filename, filesize and no.of records in file. Can you help me with this requirement.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 11:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336073#M104561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-21T11:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336074#M104562</link>
      <description>&lt;P&gt;Use 'tFileProperties' component to get the file name, size, permission, etc.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;And to get the number of rows from file use 'tFileRowCount' component and link this using onSubJobOk to &lt;SPAN&gt;tJava/ tJavaRow&lt;/SPAN&gt;component. In tJava/ tJavaRow component use below expression to get the row count and store it into&amp;nbsp;a context variable.&lt;/P&gt; 
&lt;PRE&gt;context.FILES_RECORDS = ((Integer)globalMap.get("tFileRowCount_1_COUNT"));&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 May 2018 11:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336074#M104562</guid>
      <dc:creator>vaibs_parab</dc:creator>
      <dc:date>2018-05-21T11:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336075#M104563</link>
      <description>&lt;P&gt;How to dispaly the properties from tfileproperties.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 12:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336075#M104563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-21T12:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336076#M104564</link>
      <description>&lt;P&gt;Here&amp;nbsp;I'm trying to&amp;nbsp;replicate the solutions. Below is the screenshot of the Job Design.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="job-1.JPG" style="width: 900px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxCG.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153401i351049B27408FA00/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxCG.jpg" alt="0683p000009LxCG.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;At tFileRowCount:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="job-3.JPG" style="width: 584px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxCL.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136926i8BFA1094675F3B49/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxCL.jpg" alt="0683p000009LxCL.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;At tJava_2:&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="job-2.JPG" style="width: 860px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwcE.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142115i7C64468C011A5AC6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwcE.jpg" alt="0683p000009LwcE.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;At tFileProperties:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="job-4.JPG" style="width: 568px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwpk.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154987i9ED1DF8450D267E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwpk.jpg" alt="0683p000009Lwpk.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;At tJavaRow:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="job-5.JPG" style="width: 821px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwUC.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130609iD45395132CA62C15/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwUC.jpg" alt="0683p000009LwUC.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;At tSendMail:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="job-6.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxCf.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132808i7DE7624508B8A395/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxCf.jpg" alt="0683p000009LxCf.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Try this and let me know if this will work for you.&lt;/P&gt; 
&lt;P&gt;Also, Give kudos if this work for you. &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 13:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336076#M104564</guid>
      <dc:creator>vaibs_parab</dc:creator>
      <dc:date>2018-05-21T13:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336077#M104565</link>
      <description>&lt;P&gt;It is listing only latest file, but I want all the files.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 14:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336077#M104565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-21T14:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336078#M104566</link>
      <description>&lt;P&gt;You can use the method shown, but will have to use some basic Java String manipulation to build up the details you want for each file (the email message) and append to that for each file. You should be able to do that in the tJavaRow quite easily.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 14:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336078#M104566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-21T14:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336079#M104567</link>
      <description>&lt;P&gt;I have to list all the file names in single email can you help me with that.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 17:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336079#M104567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-21T17:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336080#M104568</link>
      <description>&lt;P&gt;Something like this (you will have to experiment with this and tweak it yourself).....&lt;/P&gt;&lt;PRE&gt;context.Message = context.Message+"File: "+input_row.basename+"\r\n"+ 
"File Path: "+input_row.abs_path+"\r\n"+
"File Size: "+input_row.size+"\r\n\r\n";&lt;/PRE&gt;&lt;P&gt;You then just use the context.Message in your send mail component.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 17:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336080#M104568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-21T17:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336081#M104569</link>
      <description>&lt;P&gt;I want to append all the files and need to send email&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 04:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336081#M104569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-22T04:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336082#M104570</link>
      <description>I want to append all the files and need to send email</description>
      <pubDate>Tue, 22 May 2018 05:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336082#M104570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-22T05:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336083#M104571</link>
      <description>&lt;P&gt;Have you tried reproducing the job that&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLurAAG"&gt;@vaibsVB&lt;/A&gt;&amp;nbsp;suggested? If not, do that first. If so, replace the tJavaRow code with mine (after configuring a new context variable for Message) and see what you get.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 10:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336083#M104571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-22T10:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336084#M104572</link>
      <description>&lt;P&gt;I got the solution thanks for support&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 11:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336084#M104572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-22T11:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336085#M104573</link>
      <description>&lt;P&gt;Can you tell us what you did so that others can benefit from this question in the future?&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 11:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336085#M104573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-22T11:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336086#M104574</link>
      <description>&lt;P&gt;I have followed the above one&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLurAAG"&gt;@vaibsVB&lt;/A&gt;'s model and gave your context.email(message) in tjavarow&amp;nbsp;it is working&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 17:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336086#M104574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-22T17:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336087#M104575</link>
      <description>&lt;P&gt;Sorry for reaching late.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLxAAAW"&gt;@im_arod&lt;/A&gt;&amp;nbsp;Glad part of my solution work for you.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;&amp;nbsp;Thanks for giving inputs.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In order to get all files from the folder, I tried another&amp;nbsp;approach try this if it works for you.&lt;/P&gt; 
&lt;P&gt;And also suggest improvements also.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="j1.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyZV.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128233iBE28E5EDEC8D5187/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyZV.jpg" alt="0683p000009LyZV.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tFileList_3 and tFileProperties_2 settings are same as previous&amp;nbsp;example.&lt;/P&gt; 
&lt;P&gt;At tIterateToFlow_1 here are the settings:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="j2.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyZa.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128827iD92C058A94B5D940/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyZa.jpg" alt="0683p000009LyZa.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;At tDenormalize_1 here are the settings:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="j3.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyWc.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152623i49D995A5B6B7FF02/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyWc.jpg" alt="0683p000009LyWc.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Make note, in above&amp;nbsp;Delimiter setting I purposefully kept the ", ".&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;And you will get desired output i.e. FileNames from the folder in list format.&amp;nbsp;You can store this filename list into context and use in Mail Component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 16:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336087#M104575</guid>
      <dc:creator>vaibs_parab</dc:creator>
      <dc:date>2018-06-07T16:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336088#M104576</link>
      <description>Hi I tried the same but while compiling the job found errors in file row count it specified that string is undefined</description>
      <pubDate>Thu, 13 Jun 2019 19:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336088#M104576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-13T19:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336089#M104577</link>
      <description>Hi I tried the same but it showing error as undefined string in tFilerowcount and tjavarow</description>
      <pubDate>Thu, 13 Jun 2019 20:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336089#M104577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-13T20:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get file name from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336090#M104578</link>
      <description>&lt;P&gt;Hi i tried the same design&amp;nbsp; but got below error could some one help me i am new to this tool. Attaching the screen shots&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Design-error.jpg" style="width: 753px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5wS.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141640iD53CD5D8BF718D38/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5wS.jpg" alt="0683p000009M5wS.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error_msg.jpg" style="width: 874px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5pc.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151408i9F0D4614930271EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5pc.jpg" alt="0683p000009M5pc.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 12:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-file-name-from-tfilelist/m-p/2336090#M104578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-14T12:18:10Z</dc:date>
    </item>
  </channel>
</rss>

