<?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: Put Multiple Columns in one Column on a array in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225394#M17700</link>
    <description>Hello JamesB 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I would like to find another way to do this without this temporary files(maybe with using arrays).&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Here is a job shows how to use an array in a job, see 2288. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
    <pubDate>Fri, 27 Jun 2008 03:48:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-06-27T03:48:15Z</dc:date>
    <item>
      <title>Put Multiple Columns in one Column on a array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225389#M17695</link>
      <description>Hi to all !&lt;BR /&gt;i'm reading a txt file, filtering every row by an ID in other files, and unite with a tMap in the end all the rows(i set the delimiter "|" when i use in my file this delimiter ";" and then Talend take the row and put in one columns) this because i want to change the delimiter and because every row have a different schema!!&lt;BR /&gt;Statistics : 7 txt File(240kb) in 4minutes...and i'm using 19 temporary file for the elaboration!!!&lt;BR /&gt;Actually i'm using to much temporary files and my Jobs are going slow, how can i put Multiple Columns in One Column without doing this long and slow way?</description>
      <pubDate>Sat, 16 Nov 2024 14:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225389#M17695</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Put Multiple Columns in one Column on a array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225390#M17696</link>
      <description>Hello
&lt;BR /&gt;There is a related 2017.
&lt;BR /&gt;Do you have the same situation?
&lt;BR /&gt;if not, can you show some input example?
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 26 Jun 2008 08:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225390#M17696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-26T08:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Put Multiple Columns in one Column on a array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225391#M17697</link>
      <description>Hi Shong, thank you for the response!
&lt;BR /&gt;I saw the other cases but it doesn't seem to be the same thing!!
&lt;BR /&gt;My situation is in this way : 
&lt;BR /&gt;1.I have my file in input with delimiter "," , i just want to change that with ";" and to delete the "
&lt;BR /&gt;2.On inside the file i have many kind of rows, with different schemas : 
&lt;BR /&gt;"00","Column1","Column2","Column3","Column4"
&lt;BR /&gt;"01","Column1","Column2","Column3","Column4",Column5","Column6"
&lt;BR /&gt;"02","Column1","Column2","Column3"
&lt;BR /&gt;In output i want this :
&lt;BR /&gt;00;Column1;Column2;Column3;Column4
&lt;BR /&gt;01;Column1;Column2;Column3;Column4;Column5;Column6
&lt;BR /&gt;02;Column1;Column2;Column3;Column4;Column5;Column6;Column7;Column8
&lt;BR /&gt;03;Column1;Column2;Column3;Column4;Column5
&lt;BR /&gt;04;Column1;Column2
&lt;BR /&gt;I've made this job filtering every single row in a different file and then i unite them with a tMap because every row have different schemas
&lt;BR /&gt;
&lt;A href="http://picasaweb.google.com/gjergjD/TOS/photo#5216169101775334994" rel="nofollow noopener noreferrer"&gt;http://picasaweb.google.com/gjergjD/TOS/photo#5216169101775334994&lt;/A&gt;
&lt;BR /&gt;
&lt;A href="http://picasaweb.google.com/gjergjD/TOS/photo#5216170812215440946" rel="nofollow noopener noreferrer"&gt;http://picasaweb.google.com/gjergjD/TOS/photo#5216170812215440946&lt;/A&gt;
&lt;BR /&gt;
&lt;A href="http://picasaweb.google.com/gjergjD/TOS/photo#5216170098873479618" rel="nofollow noopener noreferrer"&gt;http://picasaweb.google.com/gjergjD/TOS/photo#5216170098873479618&lt;/A&gt;
&lt;BR /&gt;My question was if exist a way without using many temporary file for do this job?
&lt;BR /&gt;Thank you
&lt;BR /&gt;Ps: sorry for the links
&lt;BR /&gt;Best Regards,
&lt;BR /&gt;JamesB</description>
      <pubDate>Thu, 26 Jun 2008 13:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225391#M17697</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-06-26T13:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Put Multiple Columns in one Column on a array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225392#M17698</link>
      <description>Hello,&lt;BR /&gt;Put "\r\n" for "row separator" in your tFileOutputDelimited</description>
      <pubDate>Thu, 26 Jun 2008 16:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225392#M17698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-26T16:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Put Multiple Columns in one Column on a array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225393#M17699</link>
      <description>Hi Stephane, thank y for the response!
&lt;BR /&gt;Sorry but I don't know if y understand what i need. My job it works, but the gap is that is slow because i use to much temporary files.
&lt;BR /&gt;I would like to find another way to do this without this temporary files(maybe with using arrays).
&lt;BR /&gt;I didn't understand the reason for using (\r\n), actually i'm using(\n).
&lt;BR /&gt;Best Regards,
&lt;BR /&gt;JamesB</description>
      <pubDate>Thu, 26 Jun 2008 17:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225393#M17699</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-06-26T17:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Put Multiple Columns in one Column on a array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225394#M17700</link>
      <description>Hello JamesB 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I would like to find another way to do this without this temporary files(maybe with using arrays).&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Here is a job shows how to use an array in a job, see 2288. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 27 Jun 2008 03:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225394#M17700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-27T03:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Put Multiple Columns in one Column on a array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225395#M17701</link>
      <description>Hello JamesB,&lt;BR /&gt;Oups, i don't understand what you need&lt;BR /&gt;My english is not very good.... sorry i'm french &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Fri, 27 Jun 2008 13:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225395#M17701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-27T13:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Put Multiple Columns in one Column on a array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225396#M17702</link>
      <description>Thanks to both !!
&lt;BR /&gt;I'll try with the example of the array in the topic 2288
&lt;BR /&gt;Best Regards,
&lt;BR /&gt;JamesB</description>
      <pubDate>Mon, 30 Jun 2008 16:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225396#M17702</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-06-30T16:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Put Multiple Columns in one Column on a array</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225397#M17703</link>
      <description>Hi SHONG ! 
&lt;BR /&gt;i want to update to all about this post: 
&lt;BR /&gt;i said that my elaboration with talend was to slowly!!! 
&lt;BR /&gt;I was wrong about that, sorry! 
&lt;BR /&gt;my elaboration is a bit complicated, it was not the temporary file that make slow my job, but the relation in the father job, for example i was mapping with an iterate a tFIleInputDelimited with a tRunJob, it happening that the job elaborates the same file to many times before to continue with the second, the third file...so now i adjusted this thing and my job goes really fast. 
&lt;BR /&gt;thank you very much for the support 
&lt;BR /&gt;JAmesB 
&lt;BR /&gt;PS: never doubted that talend is a spectacular Software</description>
      <pubDate>Wed, 02 Jul 2008 11:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Put-Multiple-Columns-in-one-Column-on-a-array/m-p/2225397#M17703</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-07-02T11:12:00Z</dc:date>
    </item>
  </channel>
</rss>

