<?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: Header changes from tFileInputExcel to tFileOutputDelimited in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Header-changes-from-tFileInputExcel-to-tFileOutputDelimited/m-p/2198439#M1767</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKwCAAW"&gt;@abishagopalan&lt;/A&gt;&amp;nbsp;,populate header the below way.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 751px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3yH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139370iD9BEFD09712A0E1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3yH.png" alt="0683p000009M3yH.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 10:50:39 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2019-03-26T10:50:39Z</dc:date>
    <item>
      <title>Header changes from tFileInputExcel to tFileOutputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Header-changes-from-tFileInputExcel-to-tFileOutputDelimited/m-p/2198436#M1764</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt; 
&lt;P&gt;I have one query,&lt;/P&gt; 
&lt;P&gt;I have one excel file with header name, age, home. I need to convert this to .csv for that I am using tFileOutputDelimited with "|" separator. on top of it my output file should have filename , rowcount, system date.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;below is my flow&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tfileInputExcel will have two rows with &lt;STRONG&gt;Schema&lt;/STRONG&gt; name, age, home&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;which will store the data's in temporary data using thashoutput&lt;/P&gt; 
&lt;P&gt;tfixedflowinput will create my filename,rowcount,systemdate. I am writing it on my out file.&lt;/P&gt; 
&lt;P&gt;where in the same file I need to write my temporary file data so I am writing through thashInput to tFileOutputDelimited.&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="Capture1.PNG" style="width: 597px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3nV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130300iCEA98F254F389885/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3nV.png" alt="0683p000009M3nV.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;My tFileOutDelimited is having different &lt;STRONG&gt;schema&lt;/STRONG&gt; name,age,home,state&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but I am unable to get this schema at my output file.&lt;/P&gt; 
&lt;P&gt;my output file should looks like below&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="Capture2.PNG" style="width: 731px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3xJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134577i6BAB92D6A57E914A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3xJ.png" alt="0683p000009M3xJ.png" /&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;instead I am getting output like below&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;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.PNG" style="width: 716px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3au.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155102i6AF32DEDBDB08A99/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3au.png" alt="0683p000009M3au.png" /&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;overall I need to a tfileoutputfileDelimited schema as my header instead I am getting my tFileinputExcel schema as my header .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Help me to resolve this issue please&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Abisha&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;</description>
      <pubDate>Sat, 16 Nov 2024 06:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Header-changes-from-tFileInputExcel-to-tFileOutputDelimited/m-p/2198436#M1764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Header changes from tFileInputExcel to tFileOutputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Header-changes-from-tFileInputExcel-to-tFileOutputDelimited/m-p/2198437#M1765</link>
      <description>In tfileinputexcel, put header as 1&lt;BR /&gt;&lt;BR /&gt;And in tfileoutputdelimited select your include header</description>
      <pubDate>Mon, 25 Mar 2019 20:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Header-changes-from-tFileInputExcel-to-tFileOutputDelimited/m-p/2198437#M1765</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-25T20:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Header changes from tFileInputExcel to tFileOutputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Header-changes-from-tFileInputExcel-to-tFileOutputDelimited/m-p/2198438#M1766</link>
      <description>&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried but still it didnt work can you guide me?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 08:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Header-changes-from-tFileInputExcel-to-tFileOutputDelimited/m-p/2198438#M1766</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-26T08:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Header changes from tFileInputExcel to tFileOutputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Header-changes-from-tFileInputExcel-to-tFileOutputDelimited/m-p/2198439#M1767</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKwCAAW"&gt;@abishagopalan&lt;/A&gt;&amp;nbsp;,populate header the below way.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 751px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3yH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139370iD9BEFD09712A0E1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3yH.png" alt="0683p000009M3yH.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 10:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Header-changes-from-tFileInputExcel-to-tFileOutputDelimited/m-p/2198439#M1767</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-26T10:50:39Z</dc:date>
    </item>
  </channel>
</rss>

