<?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: [resolved] Excel file generation dynamically,different name for each excel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-file-generation-dynamically-different-name-for/m-p/2343886#M111597</link>
    <description>Hi Kunal - 
&lt;BR /&gt;This is not exactly what you're asking for, but it will give you ideas on how to solve your particular problem: 
&lt;BR /&gt; 
&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=131115#p131115" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=131115#p131115&lt;/A&gt; 
&lt;BR /&gt;Another one is - 
&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=130539#p130539" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=130539#p130539&lt;/A&gt; 
&lt;BR /&gt;For dynamic schemas, see 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=5671283" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=5671283&lt;/A&gt; 
&lt;BR /&gt;umeshrakhe has already shown how to assign the file name to a variable and change its extension from csv to xls. 
&lt;BR /&gt;Let us know if you're not able to make progress...</description>
    <pubDate>Wed, 16 Jul 2014 14:01:29 GMT</pubDate>
    <dc:creator>willm1</dc:creator>
    <dc:date>2014-07-16T14:01:29Z</dc:date>
    <item>
      <title>[resolved] Excel file generation dynamically,different name for each excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-file-generation-dynamically-different-name-for/m-p/2343882#M111593</link>
      <description>Hi All,&lt;BR /&gt;After a long time i am posting something.&lt;BR /&gt;I hope you all will reply to my query like previously.&lt;BR /&gt;I am processing 10 csv files which are in one folder and want to load the data in excel file.&lt;BR /&gt;But excel file should generate dynamically.&lt;BR /&gt;Here what does it mean dynamically????&lt;BR /&gt;It means for every CSV file,an excel should get generate with the same name of CSV.&lt;BR /&gt;e.g.&lt;BR /&gt;Cust1.csv then excel file should generate with name of Cust1.xls&lt;BR /&gt;Cust2.csv then excel file should generate with name of Cust2.xls&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;Cust10.csv then excel file should generate with name of Cust10.xls&lt;BR /&gt;I am waiting for the reply...</description>
      <pubDate>Sat, 16 Nov 2024 11:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-file-generation-dynamically-different-name-for/m-p/2343882#M111593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Excel file generation dynamically,different name for each excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-file-generation-dynamically-different-name-for/m-p/2343883#M111594</link>
      <description>Hi Kunal, 
&lt;BR /&gt;You will have to perform the string handling operation like LEFT and Concatenation... 
&lt;BR /&gt;In your output file name, use LEFT and extract the file name from CSV file name or currentFileName variable and concatenate with ".xls" 
&lt;BR /&gt;I hope you got an idea. 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 16 Jul 2014 09:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-file-generation-dynamically-different-name-for/m-p/2343883#M111594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T09:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Excel file generation dynamically,different name for each excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-file-generation-dynamically-different-name-for/m-p/2343884#M111595</link>
      <description>take CSV name and assign it to context or global variable and then do following action in output excel components file name field. 
&lt;BR /&gt;
&lt;PRE&gt;context.FilePath+context.FileName.toUpperCase().replace(".CSV", ".XLS")&lt;/PRE&gt;
&lt;BR /&gt;hope this will work.</description>
      <pubDate>Wed, 16 Jul 2014 09:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-file-generation-dynamically-different-name-for/m-p/2343884#M111595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T09:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Excel file generation dynamically,different name for each excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-file-generation-dynamically-different-name-for/m-p/2343885#M111596</link>
      <description>Hey hi Umesh,&lt;BR /&gt;Sorry but its not working...I have tried.&lt;BR /&gt;I want to generate excel file dynamically with names as source files.</description>
      <pubDate>Wed, 16 Jul 2014 13:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-file-generation-dynamically-different-name-for/m-p/2343885#M111596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T13:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Excel file generation dynamically,different name for each excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-file-generation-dynamically-different-name-for/m-p/2343886#M111597</link>
      <description>Hi Kunal - 
&lt;BR /&gt;This is not exactly what you're asking for, but it will give you ideas on how to solve your particular problem: 
&lt;BR /&gt; 
&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=131115#p131115" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=131115#p131115&lt;/A&gt; 
&lt;BR /&gt;Another one is - 
&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=130539#p130539" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=130539#p130539&lt;/A&gt; 
&lt;BR /&gt;For dynamic schemas, see 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=5671283" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=5671283&lt;/A&gt; 
&lt;BR /&gt;umeshrakhe has already shown how to assign the file name to a variable and change its extension from csv to xls. 
&lt;BR /&gt;Let us know if you're not able to make progress...</description>
      <pubDate>Wed, 16 Jul 2014 14:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-file-generation-dynamically-different-name-for/m-p/2343886#M111597</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-07-16T14:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Excel file generation dynamically,different name for each excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-file-generation-dynamically-different-name-for/m-p/2343887#M111598</link>
      <description>Hi kunalrane, 
&lt;BR /&gt;What's your issue for context value? 
&lt;BR /&gt;Have you tried global variable 
&lt;BR /&gt; 
&lt;PRE&gt;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")).replace("txt", "xls")&lt;/PRE&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MELL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133274i58A28E15DD713AEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MELL.png" alt="0683p000009MELL.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 17 Jul 2014 04:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Excel-file-generation-dynamically-different-name-for/m-p/2343887#M111598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-17T04:38:03Z</dc:date>
    </item>
  </channel>
</rss>

