<?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: Loading data into excel file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304129#M75937</link>
    <description>&lt;P&gt;Hi @Shalini M​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I don't see any difference in desired and obtained output of the file. Could elaborate more.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Nov 2020 13:57:47 GMT</pubDate>
    <dc:creator>vikramk</dc:creator>
    <dc:date>2020-11-02T13:57:47Z</dc:date>
    <item>
      <title>Loading data into excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304128#M75936</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a source file where data got added for every time the job runs. I wanted to load that source to excel file. My job follows,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tfileinputdelimited--&amp;gt; tmap--&amp;gt; tfileoutputexcel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a date column in tmap and getting it with the help of talend date generator. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the new data to be loaded in outputfile by remaining the existing data from source and generated date in tmap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;source data is,&lt;/P&gt;&lt;P&gt;1,abc&lt;/P&gt;&lt;P&gt;2,fgr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using tmap I have included the date and time and loaded to output table,&lt;/P&gt;&lt;P&gt;1,abc,2020-11-02 5:21:20&lt;/P&gt;&lt;P&gt;2,fgr,&lt;/P&gt;&lt;P&gt;2020-11-02 5:21:20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data is added to source as,&lt;/P&gt;&lt;P&gt;1,abc&lt;/P&gt;&lt;P&gt;2,fgr&lt;/P&gt;&lt;P&gt;3,ytr&lt;/P&gt;&lt;P&gt;by the time &lt;/P&gt;&lt;P&gt;2020-11-02 5:51:40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the output file should be,&lt;/P&gt;&lt;P&gt;1,abc,2020-11-02 5:21:20&lt;/P&gt;&lt;P&gt;2,fgr,&lt;/P&gt;&lt;P&gt;2020-11-02 5:21:20&lt;/P&gt;&lt;P&gt;3,ytr,&lt;/P&gt;&lt;P&gt;2020-11-02 5:51:40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now its loading in output file as,&lt;/P&gt;&lt;P&gt;1,abc,2020-11-02 &lt;/P&gt;&lt;P&gt;5:51:40&lt;/P&gt;&lt;P&gt;2,fgr,&lt;/P&gt;&lt;P&gt;2020-11-02 5:51:40&lt;/P&gt;&lt;P&gt;3,ytr,&lt;/P&gt;&lt;P&gt;2020-11-02 5:51:40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304128#M75936</guid>
      <dc:creator>shalinim1</dc:creator>
      <dc:date>2024-11-16T01:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304129#M75937</link>
      <description>&lt;P&gt;Hi @Shalini M​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I don't see any difference in desired and obtained output of the file. Could elaborate more.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 13:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304129#M75937</guid>
      <dc:creator>vikramk</dc:creator>
      <dc:date>2020-11-02T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304130#M75938</link>
      <description>&lt;P&gt;@Vikram Kumar​&amp;nbsp;​&amp;nbsp;Whenever i'm running the job, date and time column was same for every data (Existing in excel and newly loaded data) because it is loading from the Source and I'm generating date and time using tmap. &lt;/P&gt;&lt;P&gt;I want the date to be generated as current date and time for newly loaded ones. and the old generated date for existing ones.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304130#M75938</guid>
      <dc:creator>shalinim1</dc:creator>
      <dc:date>2020-11-02T14:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304131#M75939</link>
      <description>&lt;P&gt;Hi @Shalini M​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Could you share the ss, how you are generating date and time in tmap&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304131#M75939</guid>
      <dc:creator>vikramk</dc:creator>
      <dc:date>2020-11-02T14:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304132#M75940</link>
      <description>&lt;P&gt;@Vikram Kumar​&amp;nbsp;PFB&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AGCvDAAX.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134475i613A20DC72D514D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AGCvDAAX.jpg" alt="0693p00000AGCvDAAX.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304132#M75940</guid>
      <dc:creator>shalinim1</dc:creator>
      <dc:date>2020-11-02T14:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304133#M75941</link>
      <description>&lt;P&gt;Hi @Shalini M​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I don't see any problem with tmap date generation. Can you check the output component settings whether you recreating the excel file or just appending the existing one. Can you share the output ss as well.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304133#M75941</guid>
      <dc:creator>vikramk</dc:creator>
      <dc:date>2020-11-02T14:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304134#M75942</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AGDSgAAP.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127722i388FC9D802E1477A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AGDSgAAP.jpg" alt="0693p00000AGDSgAAP.jpg" /&gt;&lt;/span&gt;@Vikram Kumar​&amp;nbsp;yeah, the generation of date is working. But when I ran a job it is loading as the above picture.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;When I run the job again, the last 6 rows alone added but the date and time was same for the previous data's too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AGDUDAA5.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142857iE69E40E26A678C4F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AGDUDAA5.jpg" alt="0693p00000AGDUDAA5.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304134#M75942</guid>
      <dc:creator>shalinim1</dc:creator>
      <dc:date>2020-11-02T14:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304135#M75943</link>
      <description>&lt;P&gt;Hi @Shalini M​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Could you share the entire job ss for each component settings, I believe you are recreating the new excel file instead of appending the existing one. Please check the append existing file option for tfileoutputexcel in basic settings.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 15:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304135#M75943</guid>
      <dc:creator>vikramk</dc:creator>
      <dc:date>2020-11-02T15:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304136#M75944</link>
      <description>&lt;P&gt;@Vikram Kumar​&amp;nbsp;When I tried append existing file. For example, the target table contains 56 rows. and in the next run 6 rows got added to source table. &lt;/P&gt;&lt;P&gt;It is appending the whole 61 rows to the already existing 56 rows. And my target has 117 rows(56 rows from already existing target table and 61 from source table). &lt;/P&gt;&lt;P&gt;Is there any way to only load the non existing data in target? &lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 15:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304136#M75944</guid>
      <dc:creator>shalinim1</dc:creator>
      <dc:date>2020-11-02T15:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304137#M75945</link>
      <description>&lt;P&gt;Hi @Shalini M​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You could achieve your requirement like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AGE41AAH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134193i142825E892FF2425/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AGE41AAH.png" alt="0693p00000AGE41AAH.png" /&gt;&lt;/span&gt;Please ignore the errors in the above ss, as it is just sample.&lt;/P&gt;&lt;P&gt;&lt;B&gt;First Loop:  &lt;/B&gt;Connect source to map as main connection, do inner join in tmap with your old output excel file and enable &lt;B&gt;Catch lookup inner join reject&lt;/B&gt;&amp;nbsp;to&amp;nbsp;&lt;B&gt;true. &lt;/B&gt;And catch this reject data in thashoutput component . Please go through below url to explore on "&lt;B&gt;Catch lookup inner join reject" &lt;/B&gt;&lt;/P&gt;&lt;P&gt;https://help.talend.com/reader/mjoDghHoMPI0yuyZ83a13Q/7VFow3bHpC71W~iGA3oYnA&lt;/P&gt;&lt;P&gt;For join condition you can use any common columns and unique columns.&lt;/P&gt;&lt;P&gt;&lt;B&gt;Second Loop: &lt;/B&gt;you will retrieve the reject data using thashinput component and implement date generation, connect to excel output with append. &lt;/P&gt;&lt;P&gt;Please mark it as solution if it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 15:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304137#M75945</guid>
      <dc:creator>vikramk</dc:creator>
      <dc:date>2020-11-02T15:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304138#M75946</link>
      <description>&lt;P&gt;Thank you ​so much @Vikram Kumar​&amp;nbsp;.. Will try this &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 15:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304138#M75946</guid>
      <dc:creator>shalinim1</dc:creator>
      <dc:date>2020-11-02T15:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data into excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304139#M75947</link>
      <description>&lt;P&gt;Hi @Shalini M​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Would you mind marking it as solution once done, if it helps your requirement.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 16:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-into-excel-file/m-p/2304139#M75947</guid>
      <dc:creator>vikramk</dc:creator>
      <dc:date>2020-11-02T16:07:21Z</dc:date>
    </item>
  </channel>
</rss>

