<?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: Adding an extra column to the delimited input file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258713#M40429</link>
    <description>Please show the screenshot of your tMap&lt;BR /&gt;Vaibhav</description>
    <pubDate>Tue, 12 Aug 2014 12:39:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-12T12:39:41Z</dc:date>
    <item>
      <title>Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258706#M40422</link>
      <description>Hi,
&lt;BR /&gt;I download tab delimited files from an ftp server. The number of columns in the files vary and are between 5 and 15 columns. Some of the files are as below.
&lt;BR /&gt;YAHOO_keyword_20101127.txt --- contains 5 columns
&lt;BR /&gt;YAHOO_detail_20101127.txt --- contains 8 columns
&lt;BR /&gt;I am using tInputFileDelimited to read these files and change the encoding and delimiter of the file and writing to another file using tOutputFileDelimited.
&lt;BR /&gt;I would like to add another column to the file created by tOutputFileDelimited component. The extra column will be the date (20101127)in the name of the file itself.
&lt;BR /&gt;Here is an example of what I need to do.
&lt;BR /&gt;Input File:
&lt;BR /&gt;col1 col2 col3 col4 col5
&lt;BR /&gt;a b c d e
&lt;BR /&gt;b c d e a
&lt;BR /&gt;Output File wanted:
&lt;BR /&gt;col1 col2 col3 col4 col5 date_created
&lt;BR /&gt;a b c d e 20101127
&lt;BR /&gt;b c d e a 20101127
&lt;BR /&gt;The date value comes from the file itself.
&lt;BR /&gt;I would really appreciate if someone can help me with this. I was also trying to use the tmap component but was not able to achieve what I described above. 
&lt;BR /&gt;Thank you,
&lt;BR /&gt;Santhosh.</description>
      <pubDate>Sat, 16 Nov 2024 13:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258706#M40422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258707#M40423</link>
      <description>In the tMap, add a column to the output table and use the following for the expression: TalendDate.getCurrentDate() 
&lt;BR /&gt;Make sure the that you select 'OK' for propagating changes. Or in the Output component, click on 'Edit Schema' to ensure the column is there (if not, then add it). Also, make sure the data types are consistent. Hope this helps!</description>
      <pubDate>Wed, 01 Dec 2010 19:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258707#M40423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-01T19:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258708#M40424</link>
      <description>Hi, 
&lt;BR /&gt;Using a source file we created a job and got the output. Next time when the updated source file comes with following updations: 
&lt;BR /&gt;1. with an extra column 
&lt;BR /&gt;2. names of 2 columns are different. 
&lt;BR /&gt; 
&lt;BR /&gt;Can we use the same Job again using the same schema so that extra column is updated dynamically and no impact with 2 differing column names. 
&lt;BR /&gt;as it's an irritating and monotonous task to create the same job again. 
&lt;BR /&gt;Can any 1 help 
&lt;BR /&gt;Thanks in advance, 
&lt;BR /&gt;Anchit</description>
      <pubDate>Wed, 22 Feb 2012 05:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258708#M40424</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-02-22T05:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258709#M40425</link>
      <description>Hi Anchit&lt;BR /&gt;Welcome to Talend Community!&lt;BR /&gt;Dynamic Schema is only supported by Talend Integration Suite(Commercial Version).&lt;BR /&gt;In TOS, you have to set schema manually.&lt;BR /&gt;Next time, please create a new topic for your question. Thanks.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 22 Feb 2012 05:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258709#M40425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-22T05:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258710#M40426</link>
      <description>Hi all,&lt;BR /&gt;I have tab seperated input files and I'm using tFileInputDelimited to read them. I want to add some columns to the output file,for which I've to do some caluculations.For that I'm using tmap.&lt;BR /&gt;But I don't know how to add new columns and do caluculations for those columns.&lt;BR /&gt;For example I've 4columns&lt;BR /&gt;col1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col2 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col4&lt;BR /&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;The output file should be as&lt;BR /&gt;col1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col2 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;B&gt;col5=col1*col3 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col6=col1*col2*col3&lt;/B&gt;&lt;BR /&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6&lt;BR /&gt;How could I acheive it? Please anyone provide the solution to me.&lt;BR /&gt;Thanks in advance.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;</description>
      <pubDate>Tue, 12 Aug 2014 05:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258710#M40426</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-08-12T05:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258711#M40427</link>
      <description>Hi,&lt;BR /&gt;Please check the example given in documentation below&lt;BR /&gt;&lt;A href="http://www.talendforge.org/tutorials/tutorial.php?idTuto=7" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/tutorials/tutorial.php?idTuto=7&lt;/A&gt;&lt;BR /&gt;In tMap output metadata below add new column and use row1.col1*row1.col3 for value in output column.&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 12 Aug 2014 09:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258711#M40427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-12T09:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258712#M40428</link>
      <description>Thanks for your reply vaibav,&lt;BR /&gt;I tried as mentoned in the link only.But I could not get want I want. While adding newcolumn it is showing like column5 cannot be resolved to be a variable.&lt;BR /&gt;What could I do?</description>
      <pubDate>Tue, 12 Aug 2014 12:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258712#M40428</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-08-12T12:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258713#M40429</link>
      <description>Please show the screenshot of your tMap&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 12 Aug 2014 12:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258713#M40429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-12T12:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258714#M40430</link>
      <description>Thanks for your prompt reply.
&lt;BR /&gt;If I map the new column with input columns I'm getting output. But my doubt is I want to do the caluculation on previous column output
&lt;BR /&gt;for example column4(output)=couln3*50
&lt;BR /&gt;And one more thing I need to execute some if else conditions in my job for new columns
&lt;BR /&gt;How could I do this?</description>
      <pubDate>Tue, 12 Aug 2014 12:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258714#M40430</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-08-12T12:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258715#M40431</link>
      <description>One more is
&lt;BR /&gt;For example I've marks list
&lt;BR /&gt;if(marks&amp;lt;35)
&lt;BR /&gt;status=30%;
&lt;BR /&gt;else if(50&amp;gt;marks&amp;gt;35)
&lt;BR /&gt;status=50%
&lt;BR /&gt;where status is new column which I have to create.
&lt;BR /&gt;how to do it?</description>
      <pubDate>Tue, 12 Aug 2014 13:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258715#M40431</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-08-12T13:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258716#M40432</link>
      <description>where status is new column which I have to create. 
&lt;BR /&gt;how to do it? 
&lt;BR /&gt;Inside output column you can write expression 
&lt;BR /&gt;input_row.marks &amp;lt; 35 ?"30%" 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;input_row.marks &amp;gt; 35 &amp;amp; input_row.marks &amp;lt; 50)?"50%":some condition 
&lt;BR /&gt;This is cascaded if-then-else 
&lt;BR /&gt;previous column output = input column for that column, take that directly... 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;vaibhav</description>
      <pubDate>Tue, 12 Aug 2014 13:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258716#M40432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-12T13:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258717#M40433</link>
      <description>previous column output = input column for that column, take that directly.
&lt;BR /&gt;When I'm using that directly it is showing me as error.</description>
      <pubDate>Tue, 12 Aug 2014 13:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258717#M40433</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-08-12T13:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258718#M40434</link>
      <description>Something is wrong... can you show the screenshot of tMap..</description>
      <pubDate>Tue, 12 Aug 2014 13:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258718#M40434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-12T13:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258719#M40435</link>
      <description>Sorry I could not able to add the screenshots.</description>
      <pubDate>Tue, 12 Aug 2014 14:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258719#M40435</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-08-12T14:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258720#M40436</link>
      <description>Use Post reply and keep the size of your screenshot as per their instruction... now it is very simple..&lt;BR /&gt;Click and paste your screenshot..&lt;BR /&gt;&lt;BR /&gt;vaibhav</description>
      <pubDate>Tue, 12 Aug 2014 14:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258720#M40436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-12T14:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258721#M40437</link>
      <description>Sorry I could not get to attach screenshot.</description>
      <pubDate>Wed, 13 Aug 2014 07:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258721#M40437</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-08-13T07:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258722#M40438</link>
      <description>I'm getting error when there is no mappaing to the new column which I've created in output columns and adding expression.</description>
      <pubDate>Wed, 13 Aug 2014 07:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258722#M40438</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-08-13T07:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258723#M40439</link>
      <description>That is not an issue, can you show the expression used in additional column?
&lt;BR /&gt;vaibhav</description>
      <pubDate>Wed, 13 Aug 2014 09:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258723#M40439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-13T09:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258724#M40440</link>
      <description>Thanks for your reply Vaibav,
&lt;BR /&gt;Example I'm using newcolumn=column5*100
&lt;BR /&gt;where column5 is previous column in output.
&lt;BR /&gt;Not only the multiplication I could not get any expression.It is showing me error as
&lt;BR /&gt;&amp;nbsp;
&lt;B&gt;Newcolumn cannot be resolved or not a field.&lt;BR /&gt;&lt;/B&gt;</description>
      <pubDate>Wed, 13 Aug 2014 10:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258724#M40440</guid>
      <dc:creator>soujanyam</dc:creator>
      <dc:date>2014-08-13T10:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding an extra column to the delimited input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258725#M40441</link>
      <description>You must have added newcolumn in metadata in tMap output 
&lt;BR /&gt;- remove newcolumn= from expression and i assume that column5 is your name of previous column in metadata... 
&lt;BR /&gt;I am not sure why you can't display the screenshot of tMap, you can hide the fields if you have security issue... This way you can save time and efforts of many people. 
&lt;BR /&gt;thanks 
&lt;BR /&gt;vaibhav</description>
      <pubDate>Wed, 13 Aug 2014 11:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-an-extra-column-to-the-delimited-input-file/m-p/2258725#M40441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-13T11:13:01Z</dc:date>
    </item>
  </channel>
</rss>

