<?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] row in the CSV file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259535#M40975</link>
    <description>Hi, 
&lt;BR /&gt;I updated the blog post. I added screenshots showing the two schemas. Both schemas are used to write to the same CSV file. 
&lt;BR /&gt;The first schema describes a single field of type string. This will write out the text values defined in the tForeach component. 
&lt;BR /&gt;The second schema is probably more familiar. It describes the data that will make up most of the report. It can be taken from the repository. My example is writing contact info (first name, last name, etc.) using this second schema. 
&lt;BR /&gt; 
&lt;A href="http://bekwam.blogspot.com/2011/02/quick-report-with-talend-open-studio.html" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.com/2011/02/quick-report-with-talend-open-studio.html&lt;/A&gt; 
&lt;BR /&gt;-Carl</description>
    <pubDate>Fri, 04 Feb 2011 11:41:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-02-04T11:41:37Z</dc:date>
    <item>
      <title>[resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259532#M40972</link>
      <description>Hi, &lt;BR /&gt;I would like to add to my csv file on the top some extra row to look like below, I am not sure how to do it using talend. &lt;BR /&gt;I have use a three different files from where I am doing mapping and look up but on the end when I insert to my csv file and just getting normal column population not sure how to make these empty rows before I get title for my second part. &lt;BR /&gt;Any help is welcome. &lt;BR /&gt;Thanks&lt;BR /&gt;Zeljka&lt;BR /&gt;colum1  colum2 column3&lt;BR /&gt;text, &lt;BR /&gt;text , &lt;BR /&gt;text ,&lt;BR /&gt;title1   title2, title3&lt;BR /&gt;tesxt   text,  text, &lt;BR /&gt;text,   text    text&lt;BR /&gt;text    text    text</description>
      <pubDate>Sat, 16 Nov 2024 13:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259532#M40972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259533#M40973</link>
      <description>Hi,&lt;BR /&gt;I put some screenshots for a job that uses a tForeach to write out the header lines (text1, text2, and text3) and follows this up by appending a standard input/tMap/output.  &lt;BR /&gt;&lt;A href="http://bekwam.blogspot.com/2011/02/quick-report-with-talend-open-studio.html" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.com/2011/02/quick-report-with-talend-open-studio.html&lt;/A&gt;&lt;BR /&gt;You could also use a block of Java IO in the prejob routine.&lt;BR /&gt;-Carl</description>
      <pubDate>Wed, 02 Feb 2011 22:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259533#M40973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-02T22:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259534#M40974</link>
      <description>Hi Carl, 
&lt;BR /&gt;Thanks for your link but I still do not understand how to make my output to look as I wanted. I actually need on my existing file to add these 
&lt;BR /&gt;text, 
&lt;BR /&gt;text, 
&lt;BR /&gt;text, 
&lt;BR /&gt;text 
&lt;BR /&gt;columns and also in my case I am having 2 different files as input plus I am having lookup file and all these is mapped as one to produce one output file. 
&lt;BR /&gt;I have looked your example and had try but I am not sure when I use tForeach and link with tIterateToFlow I will need some schema but which one I will use . 
&lt;BR /&gt;I have to add I am pretty new Talend user and not really familiar with all these functionalaty. 
&lt;BR /&gt;Could you please try to give me some more explanation .
&lt;BR /&gt;Thanks
&lt;BR /&gt;Zeljka</description>
      <pubDate>Fri, 04 Feb 2011 09:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259534#M40974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-04T09:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259535#M40975</link>
      <description>Hi, 
&lt;BR /&gt;I updated the blog post. I added screenshots showing the two schemas. Both schemas are used to write to the same CSV file. 
&lt;BR /&gt;The first schema describes a single field of type string. This will write out the text values defined in the tForeach component. 
&lt;BR /&gt;The second schema is probably more familiar. It describes the data that will make up most of the report. It can be taken from the repository. My example is writing contact info (first name, last name, etc.) using this second schema. 
&lt;BR /&gt; 
&lt;A href="http://bekwam.blogspot.com/2011/02/quick-report-with-talend-open-studio.html" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.com/2011/02/quick-report-with-talend-open-studio.html&lt;/A&gt; 
&lt;BR /&gt;-Carl</description>
      <pubDate>Fri, 04 Feb 2011 11:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259535#M40975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-04T11:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259536#M40976</link>
      <description>thanks, &lt;BR /&gt;I actually need to add the first 9 rows to my csv file , see my an attached file. &lt;BR /&gt;I hope your way is going to work..&lt;BR /&gt;Thanks&lt;BR /&gt;Z</description>
      <pubDate>Fri, 04 Feb 2011 13:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259536#M40976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-04T13:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259537#M40977</link>
      <description>An attached file this time</description>
      <pubDate>Fri, 04 Feb 2011 13:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259537#M40977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-04T13:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259538#M40978</link>
      <description>Hi Carl, &lt;BR /&gt;I have tried your way but still I can't make my csv file to look as I wanted. &lt;BR /&gt;I had try to creat two different input file one with first part of my test and second with other text below and to map but I can't get layout as I wanted. &lt;BR /&gt;Zeljka</description>
      <pubDate>Fri, 04 Feb 2011 14:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259538#M40978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-04T14:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259539#M40979</link>
      <description>A few things to check&lt;BR /&gt;1. Use two tOutputFileDelimited components with the second one set to Append&lt;BR /&gt;2. Make sure that the second subjob -- the one writes the data out -- is run after the first with a Subjob OK</description>
      <pubDate>Fri, 04 Feb 2011 14:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259539#M40979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-04T14:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259540#M40980</link>
      <description>I had try to have two output files as what Is show on the images, I have in my log file what I want but cant get in my csv input to be like that..&lt;BR /&gt;see below..</description>
      <pubDate>Fri, 04 Feb 2011 15:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259540#M40980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-04T15:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259541#M40981</link>
      <description>schema</description>
      <pubDate>Fri, 04 Feb 2011 15:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259541#M40981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-04T15:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259542#M40982</link>
      <description>I posted a video tutorial on this.  See if it helps &lt;A href="http://youtu.be/DdTBSguTjzc?a" rel="nofollow noopener noreferrer"&gt;http://youtu.be/DdTBSguTjzc?a&lt;/A&gt; .</description>
      <pubDate>Sat, 05 Feb 2011 21:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259542#M40982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-05T21:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259543#M40983</link>
      <description>hi, 
&lt;BR /&gt;Thanks for your advice ..
&lt;BR /&gt;I have done exactly how you did post on youtube but my second title not showing up.. can't figure out why as I am not doing anything different. 
&lt;BR /&gt;Z</description>
      <pubDate>Mon, 07 Feb 2011 11:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259543#M40983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-07T11:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259544#M40984</link>
      <description>Is it outputting "#BEGIN HEADER", "#SENDER ID", and the remaining fields but not "#CLIENT ID"?</description>
      <pubDate>Mon, 07 Feb 2011 14:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259544#M40984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-07T14:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259545#M40985</link>
      <description>hi, &lt;BR /&gt;I have done everything as you suggested on your video but from my images you can see that I have still not having title in second part of the text even if I folow your instruction. &lt;BR /&gt;any an indea what can cause that..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Zeljka</description>
      <pubDate>Mon, 07 Feb 2011 14:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259545#M40985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-07T14:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259546#M40986</link>
      <description>Yes I can see my &lt;BR /&gt;#Header, &lt;BR /&gt;#SenderID etc &lt;BR /&gt;but can't see the title of the second set data</description>
      <pubDate>Mon, 07 Feb 2011 14:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259546#M40986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-07T14:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259547#M40987</link>
      <description>I am not sure if I am clear, &lt;BR /&gt;the first part is coming very good, I am having all my data from the tForeach part, &lt;BR /&gt;however my second file having title before every single column &lt;BR /&gt;test, &lt;BR /&gt;test, &lt;BR /&gt;test, &lt;BR /&gt;test &lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;Title title title title &lt;BR /&gt;text text text text &lt;BR /&gt;should loook like this but I am having as I sowed on my image, &lt;BR /&gt;the second part is only text but not title at all&lt;BR /&gt;Thanks&lt;BR /&gt;Zeljka</description>
      <pubDate>Mon, 07 Feb 2011 15:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259547#M40987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-07T15:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259548#M40988</link>
      <description>Is Trade set to Header=0, Footer=0?</description>
      <pubDate>Mon, 07 Feb 2011 16:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259548#M40988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-07T16:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259549#M40989</link>
      <description>No , &lt;BR /&gt;My Trade file header is = 1 and footer = 0&lt;BR /&gt;but in other file it is set it both to be = 0</description>
      <pubDate>Mon, 07 Feb 2011 18:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259549#M40989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-07T18:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259550#M40990</link>
      <description>Also is any chance that I can pass any variable , &lt;BR /&gt;I wanted in the first set of the data to put some date to be change in loop like current date where is Date stated, or no of Version or no of the Row. &lt;BR /&gt;is this posible as all these row is under one column. &lt;BR /&gt;Zeljka&lt;BR /&gt;# BEGIN HEADER VERSION 1.1&lt;BR /&gt;# SENDERID: &lt;BR /&gt;# CLIENTID: &lt;BR /&gt;# DATE: &lt;BR /&gt;# FILETYPE: &lt;BR /&gt;# VERSION:&lt;BR /&gt;# ROWS: &lt;BR /&gt;# SEPARATOR:&lt;BR /&gt;# END HEADER</description>
      <pubDate>Mon, 07 Feb 2011 18:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259550#M40990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-07T18:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row in the CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259551#M40991</link>
      <description>Use the Java concatenation operator to join a variable to the header in the tForeach values.&lt;BR /&gt;Some examples&lt;BR /&gt;"#HEADER: " + context.DATA_DIR&lt;BR /&gt;"#DATE: " + TalendDate.getCurrentDate()</description>
      <pubDate>Mon, 07 Feb 2011 18:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-in-the-CSV-file/m-p/2259551#M40991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-07T18:51:40Z</dc:date>
    </item>
  </channel>
</rss>

