<?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: Split a String with separator in multiple rows in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368944#M132151</link>
    <description>&lt;P&gt;Hi Prakhar,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;As show above, i had an issue in my tNormalize that came from type that was an object. For fix it, i used a tConvertType as Shong said to me to do. Now i'm able to catch the ORxxx references but an other column's data too.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jul 2020 12:30:27 GMT</pubDate>
    <dc:creator>gadje1</dc:creator>
    <dc:date>2020-07-17T12:30:27Z</dc:date>
    <item>
      <title>Split a String with separator in multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368935#M132142</link>
      <description>&lt;P&gt;Hi everyboby,&lt;/P&gt;&lt;P&gt;I would like be able to split a String with @ separator like that :&lt;/P&gt;&lt;P&gt;ORxxx@ORxxx@ORxxx&lt;/P&gt;&lt;P&gt;in multiple rows like that : &lt;/P&gt;&lt;P&gt;ORxxx&lt;/P&gt;&lt;P&gt;ORxxx&lt;/P&gt;&lt;P&gt;ORxxx&lt;/P&gt;&lt;P&gt;Is there a simple way to do it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here'is a sample of my input csv file :&lt;/P&gt;&lt;P&gt;  OR00617441@ &lt;/P&gt;&lt;P&gt;  OR00595880@OR01018483@ &lt;/P&gt;&lt;P&gt;  OR00595875@ &lt;/P&gt;&lt;P&gt;   OR00617442@OR02458307@OR02413721@&lt;/P&gt;&lt;P&gt;   OR00595879@ &lt;/P&gt;&lt;P&gt;   OR02413716@ &lt;/P&gt;&lt;P&gt;   OR00595864@ &lt;/P&gt;&lt;P&gt;   OR00075148@ &lt;/P&gt;&lt;P&gt;   OR00595863@ &lt;/P&gt;&lt;P&gt;   OR00595860@OR00595865@OR02457921@OR00595861@OR00595866@OR02457922@OR00595862@OR00595867@OR02457923@  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 07:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368935#M132142</guid>
      <dc:creator>gadje1</dc:creator>
      <dc:date>2020-07-17T07:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Split a String with separator in multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368936#M132143</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Read the entire file content as a string using tFileInputRaw, and normalize the row to multiple row to multiple items with tNormalize, remove the blank space if needed.  &lt;/P&gt;&lt;P&gt;Please try and let me know if it works. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 08:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368936#M132143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-17T08:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Split a String with separator in multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368937#M132144</link>
      <description>&lt;P&gt;Hi and thanks for your answer.&lt;/P&gt;&lt;P&gt;I tried what you said but i have an issue that talk about "The method split(String, int) is undefined for the type Object"&lt;/P&gt;&lt;P&gt;I put the screen shots of my job here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my issue message :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008vKLHAA2.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136215iDF03F78816CA9EE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008vKLHAA2.jpg" alt="0693p000008vKLHAA2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My tFileInputRaw config :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008vKLRAA2.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145730i923ED200FFB9887C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008vKLRAA2.jpg" alt="0693p000008vKLRAA2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My tNormalize config :&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008vKLMAA2.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148464iC0C411FDC57649C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008vKLMAA2.jpg" alt="0693p000008vKLMAA2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 08:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368937#M132144</guid>
      <dc:creator>gadje1</dc:creator>
      <dc:date>2020-07-17T08:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Split a String with separator in multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368938#M132145</link>
      <description>&lt;P&gt;I tried with routine but my result in my csv file's like this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mots_cles&lt;/P&gt;&lt;P&gt;[Ljava.lang.String;@dca536&lt;/P&gt;&lt;P&gt;[Ljava.lang.String;@17246de&lt;/P&gt;&lt;P&gt;[Ljava.lang.String;@f67ac7&lt;/P&gt;&lt;P&gt;[Ljava.lang.String;@16216b3&lt;/P&gt;&lt;P&gt;[Ljava.lang.String;@18f23c&lt;/P&gt;&lt;P&gt;[Ljava.lang.String;@17b1517&lt;/P&gt;&lt;P&gt;[Ljava.lang.String;@c0663d&lt;/P&gt;&lt;P&gt;[Ljava.lang.String;@1223dd8&lt;/P&gt;&lt;P&gt;[Ljava.lang.String;@c6a292&lt;/P&gt;&lt;P&gt;[Ljava.lang.String;@140d5f0&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;instead of :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR00617441&lt;/P&gt;&lt;P&gt;OR00234719&lt;/P&gt;&lt;P&gt;OR02413723&lt;/P&gt;&lt;P&gt;OR00617439&lt;/P&gt;&lt;P&gt;OR00617440&lt;/P&gt;&lt;P&gt;OR00595872&lt;/P&gt;&lt;P&gt;OR00595873&lt;/P&gt;&lt;P&gt;OR00595868&lt;/P&gt;&lt;P&gt;OR00595874&lt;/P&gt;&lt;P&gt;OR00595870&lt;/P&gt;&lt;P&gt;OR00595880&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 08:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368938#M132145</guid>
      <dc:creator>gadje1</dc:creator>
      <dc:date>2020-07-17T08:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Split a String with separator in multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368939#M132146</link>
      <description>&lt;P&gt;The input data type is Object On tFileInputRaw, check the 'read the file as string' box on tFileInputRaw, link it to a tConvertType and change the data type to String on the schema. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008vKOLAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143066iF8EB148CAB92A7A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008vKOLAA2.png" alt="0693p000008vKOLAA2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 09:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368939#M132146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-17T09:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Split a String with separator in multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368940#M132147</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have this kind of response because you read the memory address instead of reading the data(don't use XXXXX.toString() ) . &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With tNormalize, it should work fine.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 10:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368940#M132147</guid>
      <dc:creator>JohnRMK</dc:creator>
      <dc:date>2020-07-17T10:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Split a String with separator in multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368941#M132148</link>
      <description>&lt;P&gt;Hi I have prepared a job for you please have a look &lt;/P&gt;&lt;P&gt;you need to go like this&lt;/P&gt;&lt;P&gt;csvfile -&amp;gt; tnormalize -&amp;gt; tmap( to remove empty rows generated by tnormalize)&lt;/P&gt;&lt;P&gt;I have attached ss for the job.&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008vKQWAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152968i4271B6B686A42D04/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008vKQWAA2.png" alt="0693p000008vKQWAA2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008vKQRAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135022iA474F0C57C971486/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008vKQRAA2.png" alt="0693p000008vKQRAA2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008vKQMAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128862i4CD39D7D322A6572/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008vKQMAA2.png" alt="0693p000008vKQMAA2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give KUDOS and Accept it as solution if you feel I solved it &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 10:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368941#M132148</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2020-07-17T10:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Split a String with separator in multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368942#M132149</link>
      <description>&lt;P&gt;My output is :&lt;/P&gt;&lt;P&gt;.----------.&lt;/P&gt;&lt;P&gt;|tLogRow_2 |&lt;/P&gt;&lt;P&gt;|=--------=|&lt;/P&gt;&lt;P&gt;|data&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;/P&gt;&lt;P&gt;|=--------=|&lt;/P&gt;&lt;P&gt;|OR00617441|&lt;/P&gt;&lt;P&gt;|OR00595880|&lt;/P&gt;&lt;P&gt;|OR01018483|&lt;/P&gt;&lt;P&gt;|OR00595875|&lt;/P&gt;&lt;P&gt;|OR00617442|&lt;/P&gt;&lt;P&gt;|OR02458307|&lt;/P&gt;&lt;P&gt;|OR02413721|&lt;/P&gt;&lt;P&gt;|OR00595879|&lt;/P&gt;&lt;P&gt;|OR02413716|&lt;/P&gt;&lt;P&gt;|OR00595864|&lt;/P&gt;&lt;P&gt;|OR00075148|&lt;/P&gt;&lt;P&gt;|OR00595863|&lt;/P&gt;&lt;P&gt;|OR00595860|&lt;/P&gt;&lt;P&gt;|OR00595865|&lt;/P&gt;&lt;P&gt;|OR02457921|&lt;/P&gt;&lt;P&gt;|OR00595861|&lt;/P&gt;&lt;P&gt;|OR00595866|&lt;/P&gt;&lt;P&gt;|OR02457922|&lt;/P&gt;&lt;P&gt;|OR00595862|&lt;/P&gt;&lt;P&gt;|OR00595867|&lt;/P&gt;&lt;P&gt;|OR02457923|&lt;/P&gt;&lt;P&gt;'----------'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 10:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368942#M132149</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2020-07-17T10:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Split a String with separator in multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368943#M132150</link>
      <description>&lt;P&gt;Thanks for your answer, JohnRMK,&lt;/P&gt;&lt;P&gt;i tried with tFileInputRaw-&amp;gt;tConvertType-&amp;gt;tNormalize-&amp;gt;tMAp-&amp;gt;tFileOutputDelimited but i don't know why, i still catch data that i don't need as show below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR00617441@&lt;/P&gt;&lt;P&gt;100329&lt;/P&gt;&lt;P&gt;OR00234719@OR02413723@&lt;/P&gt;&lt;P&gt;100741&lt;/P&gt;&lt;P&gt;OR00617439@&lt;/P&gt;&lt;P&gt;100742&lt;/P&gt;&lt;P&gt;OR00617440@&lt;/P&gt;&lt;P&gt;101455&lt;/P&gt;&lt;P&gt;OR00595872@&lt;/P&gt;&lt;P&gt;101488&lt;/P&gt;&lt;P&gt;OR00595873@&lt;/P&gt;&lt;P&gt;101490&lt;/P&gt;&lt;P&gt;OR00595868@&lt;/P&gt;&lt;P&gt;101491&lt;/P&gt;&lt;P&gt;OR00595874@&lt;/P&gt;&lt;P&gt;101632&lt;/P&gt;&lt;P&gt;OR00595870@&lt;/P&gt;&lt;P&gt;102054&lt;/P&gt;&lt;P&gt;OR00595880@OR01018483@&lt;/P&gt;&lt;P&gt;102316&lt;/P&gt;&lt;P&gt;OR00595875@&lt;/P&gt;&lt;P&gt;102336&lt;/P&gt;&lt;P&gt;OR00595869@&lt;/P&gt;&lt;P&gt;102367&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This despite the filter i put in my tMap (row2.content.contains("@")), i checked if i didin't have a @ in the others columns of my entry file. It's continue to catch the values from the first column of the entry file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I give you a sample of my entry file :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;700334;OR00619716;BOULON CHARPENTE TETE CARRE ZN 16X180&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;70,38;86,25;D;CQ2019-2 Pg:122 Px:129.250 Rf:OR00619716&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;CQ2019- Info Stock : ARBA ACEM CAB GMB UAB&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;U&amp;nbsp;&amp;nbsp;;U&amp;nbsp;&amp;nbsp;;CENT;1;100; ;I;VENDU A L'UNITE;02/04/04;19/02/20;10/06/2013;;OR00619716@&lt;/P&gt;&lt;P&gt;700335;OR00619717;BOULON CHARPENTE TETE CARRE ZN 16X200&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;73,44;90;D;CQ2019-2 Pg:122 Px:136.300 Rf:OR00619717&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;CQ2019- Info Stock : ARBA ACEM CAB GMB UAB&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;U&amp;nbsp;&amp;nbsp;;U&amp;nbsp;&amp;nbsp;;CENT;1;100; ;I;VENDU A L'UNITE;02/04/04;19/02/20;10/06/2013;;OR00619717@&lt;/P&gt;&lt;P&gt;700336;OR00619062;NAISSANCE CHROME RONDE P/TUBE D.16&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;;1,08;1,32;D;CQ2019-7 Pg:397 Px:1.510 Rf:OR00619062&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;CQ2019- Info Stock : CAB UAB&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;&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;;U&amp;nbsp;&amp;nbsp;;U&amp;nbsp;&amp;nbsp;;U&amp;nbsp;&amp;nbsp;;1;1; ; ;VENDU A L'UNITE;12/11/08;17/06/20;17/06/2020;0371220001645;OR00619062@&lt;/P&gt;&lt;P&gt;700339;OR00619718;BOULON CHARPENTE TETE CARRE ZN 16X250&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;97,92;120;D;CQ2019-2 Pg:122 Px:162.150 Rf:OR00619718&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;CQ2019- Info Stock : ARBA ACEM CAB GMB UAB&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;U&amp;nbsp;&amp;nbsp;;U&amp;nbsp;&amp;nbsp;;CENT;1;100; ;I;VENDU A L'UNITE;02/04/04;19/02/20;29/04/2014;;OR00619718@&lt;/P&gt;&lt;P&gt;700340;OR00620051;BOULON CHARPENTE TETE CARRE ZN 16X275&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;82;102,5;F;CQ2019-2 Pg:122 Px:176.250 Rf:OR00620051&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;CQ2019- Info Stock : ARBA ACEM CAB GMB&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;U&amp;nbsp;&amp;nbsp;;U&amp;nbsp;&amp;nbsp;;CENT;1;100; ;I;VENDU A L'UNITE;02/04/04;25/04/19;25/04/2019;;OR00620051@&lt;/P&gt;&lt;P&gt;700341;OR00619719;BOULON CHARPENTE TETE CARRE ZN 16X300&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;122,4;150;D;CQ2019-2 Pg:122 Px:195.050 Rf:OR00619719&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;CQ2019- Info Stock : ARBA ACEM CAB GMB UAB&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;U&amp;nbsp;&amp;nbsp;;U&amp;nbsp;&amp;nbsp;;CENT;1;100; ;I;VENDU A L'UNITE;02/04/04;19/02/20;28/04/2015;;OR00619719@&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my job structure and tNomalize config :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008vKc8AAE.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157567iEE255F8FA15DDB08/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008vKc8AAE.jpg" alt="0693p000008vKc8AAE.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had understoud that was memory addresses and that the method "toString" just convert from object to String, and don't catch the value itself.&lt;/P&gt;&lt;P&gt;Do you know if is there a way to catch the value instead address memory ?&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 12:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368943#M132150</guid>
      <dc:creator>gadje1</dc:creator>
      <dc:date>2020-07-17T12:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Split a String with separator in multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368944#M132151</link>
      <description>&lt;P&gt;Hi Prakhar,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;As show above, i had an issue in my tNormalize that came from type that was an object. For fix it, i used a tConvertType as Shong said to me to do. Now i'm able to catch the ORxxx references but an other column's data too.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 12:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368944#M132151</guid>
      <dc:creator>gadje1</dc:creator>
      <dc:date>2020-07-17T12:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Split a String with separator in multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368945#M132152</link>
      <description>&lt;P&gt;okay no problem&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 14:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368945#M132152</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2020-07-17T14:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Split a String with separator in multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368946#M132153</link>
      <description>&lt;P&gt;I am close to the solution but i don't recover all the split values, for the lines i have to split like those as shown below in my CSV entry :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008vR5aAAE.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143768iFA404D9140064565/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008vR5aAAE.jpg" alt="0693p000008vR5aAAE.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i maked a routine that split my strings with a @ separator as shown below :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008vR56AAE.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155832i6BCDFF741CCC8794/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008vR56AAE.jpg" alt="0693p000008vR56AAE.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my job structure and the routine that i calling :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008vR5GAAU.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130848i461C9A2C1CDF2C5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008vR5GAAU.jpg" alt="0693p000008vR5GAAU.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything's ok in console view, i catch both tokens corresponding at the above&amp;nbsp;example&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008vR5fAAE.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156296i76884EC5684EC582/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008vR5fAAE.jpg" alt="0693p000008vR5fAAE.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But not in my csv file output, i just catch the second token of my splited line&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008vR5bAAE.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138358iF251203DA10728FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008vR5bAAE.jpg" alt="0693p000008vR5bAAE.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there somebody who knows why ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 08:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-a-String-with-separator-in-multiple-rows/m-p/2368946#M132153</guid>
      <dc:creator>gadje1</dc:creator>
      <dc:date>2020-07-20T08:20:31Z</dc:date>
    </item>
  </channel>
</rss>

