<?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 Inserting new Column into an existing Excel file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Inserting-new-Column-into-an-existing-Excel-file/m-p/2376006#M138286</link>
    <description>Hello,
&lt;BR /&gt;I built a Talend job that pulls data out of an Oracle database and maps it to an existing Excel file. My job runs succesful and the new data appears in the Excel file in the correct Row/Column cell I need it to. However, the data is overwriting the existing data in Column A, I need this new data to appear in a new column and move existing columns back a letter (i.e existing column A is now column B).
&lt;BR /&gt;Example:
&lt;BR /&gt;Existing file has data in Column A, B, C
&lt;BR /&gt;After Talend job runs, new data is inserted into a new column -- Excel file will then have Column A, B, C, D (colulmn A containing the new data).
&lt;BR /&gt;I've been working on this for a while now and think I pushed Talend to its limits. Any ideas how to accomplish this?
&lt;BR /&gt;Thanks</description>
    <pubDate>Sat, 16 Nov 2024 11:53:50 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T11:53:50Z</dc:date>
    <item>
      <title>Inserting new Column into an existing Excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-new-Column-into-an-existing-Excel-file/m-p/2376006#M138286</link>
      <description>Hello,
&lt;BR /&gt;I built a Talend job that pulls data out of an Oracle database and maps it to an existing Excel file. My job runs succesful and the new data appears in the Excel file in the correct Row/Column cell I need it to. However, the data is overwriting the existing data in Column A, I need this new data to appear in a new column and move existing columns back a letter (i.e existing column A is now column B).
&lt;BR /&gt;Example:
&lt;BR /&gt;Existing file has data in Column A, B, C
&lt;BR /&gt;After Talend job runs, new data is inserted into a new column -- Excel file will then have Column A, B, C, D (colulmn A containing the new data).
&lt;BR /&gt;I've been working on this for a while now and think I pushed Talend to its limits. Any ideas how to accomplish this?
&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 11:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-new-Column-into-an-existing-Excel-file/m-p/2376006#M138286</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting new Column into an existing Excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-new-Column-into-an-existing-Excel-file/m-p/2376007#M138287</link>
      <description>Hi, 
&lt;BR /&gt;Please check out the option "Append" in component 
&lt;A href="https://help.talend.com/search/all?query=tFileOutputExcel&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tFileOutputExcel&lt;/A&gt;. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBLR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139721i3B791BF729AEF225/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBLR.png" alt="0683p000009MBLR.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 27 Sep 2013 04:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-new-Column-into-an-existing-Excel-file/m-p/2376007#M138287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-27T04:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting new Column into an existing Excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-new-Column-into-an-existing-Excel-file/m-p/2376008#M138288</link>
      <description>Hi Sabrina, please correct me if I am wrong but this option allows to add rows and not columns right? 
&lt;BR /&gt;@Colby, I suggest reading the existing excel file and merging its data with the data from your database, best way is holding all data in a separate database table and recreate the excel file. This way you can do all things with the build-in components from Talend.
&lt;BR /&gt;In case of it is no problem using custom components:
&lt;BR /&gt;You can try the component tFileExcelSheetInput and tFileExcelSheetOutput. The first one reads the sheet, you have to merge the data and the last on writes a new sheet. tFileExcelWorkbookSave can delete sheets not needed anymore.
&lt;BR /&gt;So you have minimum 2 ways to solve the problem. Good luck.</description>
      <pubDate>Sat, 28 Sep 2013 21:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-new-Column-into-an-existing-Excel-file/m-p/2376008#M138288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-28T21:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting new Column into an existing Excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-new-Column-into-an-existing-Excel-file/m-p/2376009#M138289</link>
      <description>Hi, 
&lt;BR /&gt;Actually, "Append"option allows to add content.
&lt;BR /&gt;For example; 
&lt;BR /&gt;Existing file looks like
&lt;BR /&gt;id;name;sex
&lt;BR /&gt;1;shong;m
&lt;BR /&gt;2;sabrina;f
&lt;BR /&gt;I want to insert a new column "title" into file
&lt;BR /&gt;If you check out "Append existing file" not "Append existing sheet", the actual result should be:
&lt;BR /&gt;id;name;sex;title
&lt;BR /&gt;1;shong;m;l
&lt;BR /&gt;2;sabrina;f;m
&lt;BR /&gt;If you check out "Append existing file" and "Append existing sheet", the actual result should be:
&lt;BR /&gt;1;shong;m
&lt;BR /&gt;2;sabrina;f
&lt;BR /&gt;1;shong;m;l
&lt;BR /&gt;2;sabrina;f;m
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 08 Oct 2013 07:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-new-Column-into-an-existing-Excel-file/m-p/2376009#M138289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-08T07:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting new Column into an existing Excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-new-Column-into-an-existing-Excel-file/m-p/2376010#M138290</link>
      <description>Good to learn every day a new feature &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Tue, 08 Oct 2013 20:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-new-Column-into-an-existing-Excel-file/m-p/2376010#M138290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-08T20:35:26Z</dc:date>
    </item>
  </channel>
</rss>

