<?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] Newline in tMap Condition in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358143#M123282</link>
    <description>Hi mmegrous,&lt;BR /&gt;Have you tried concatenating \n char between your columns?&lt;BR /&gt;row2.column =&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;row1.PS_DESCR+"\n"+row1.PS_LONG&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;+"\n"+&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;row1.PS_LARG&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;+"\n"+&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;row1.PS_EPAIS&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;+"\n"+&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;row1.PS_POIDS&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;Try above.&lt;BR /&gt;Vaibhav</description>
    <pubDate>Thu, 24 Jul 2014 10:30:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-24T10:30:55Z</dc:date>
    <item>
      <title>[resolved] Newline in tMap Condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358139#M123278</link>
      <description>Hi everybody,
&lt;BR /&gt;I have a problem with an expression, i would like to insert newline in my result :
&lt;BR /&gt;MY EXPRESSION :
&lt;BR /&gt;row1.PS_DESCR+" Longueur : "+ row1.PS_LONG+" Largeur : "+ row1.PS_LARG +" Epaisseur : "+ row1.PS_EPAIS+ " Poids : " +row1.PS_POIDS
&lt;BR /&gt;
&lt;B&gt;I HAVE &lt;/B&gt;
&lt;BR /&gt;---------------------------------------------------------------------------------------------------------------------
&lt;BR /&gt;
&lt;U&gt;Results &lt;/U&gt;: Longueur : 25 Largeur : 15 Epaisseur : 10 Poids : 5 &amp;nbsp; 
&lt;BR /&gt;----------------------------------------------------------------------------------------------------------------------
&lt;BR /&gt;
&lt;B&gt;&lt;BR /&gt;I WANT&lt;/B&gt;
&lt;BR /&gt;----------------------------------------------------------------------------------------------------------------------
&lt;BR /&gt;
&lt;U&gt;Results &lt;/U&gt;:
&lt;BR /&gt;Longueur : 25
&lt;BR /&gt;Largeur : 15
&lt;BR /&gt;Epaisseur : 10
&lt;BR /&gt;Poids : 5 &amp;nbsp; 
&lt;BR /&gt;----------------------------------------------------------------------------------------------------------------------</description>
      <pubDate>Sat, 16 Nov 2024 11:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358139#M123278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Newline in tMap Condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358140#M123279</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;row1.PS_DESCR+" Longueur : "+ row1.PS_LONG+" Largeur : "+ row1.PS_LARG +" Epaisseur : "+ row1.PS_EPAIS+ " Poids : " +row1.PS_POIDS&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;If I understand you well, you should insert newline in each row. 
&lt;BR /&gt;Please see my screenshot 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEbl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156463i960F8C7C00BBD916/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEbl.png" alt="0683p000009MEbl.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 24 Jul 2014 10:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358140#M123279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T10:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Newline in tMap Condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358141#M123280</link>
      <description>&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/208882/Capture.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEbq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136152i3830977AD1F5A234/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEbq.png" alt="0683p000009MEbq.png" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Thu, 24 Jul 2014 10:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358141#M123280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T10:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Newline in tMap Condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358142#M123281</link>
      <description>No i want to import row1.PS_DESCR row1.PS_LONG row1.PS_LARG&amp;nbsp; row1.PS_EPAIS row1.PS_POIDS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in the row 2 column description ( concatenation of row1 columns in one field (with newline))</description>
      <pubDate>Thu, 24 Jul 2014 10:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358142#M123281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T10:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Newline in tMap Condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358143#M123282</link>
      <description>Hi mmegrous,&lt;BR /&gt;Have you tried concatenating \n char between your columns?&lt;BR /&gt;row2.column =&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;row1.PS_DESCR+"\n"+row1.PS_LONG&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;+"\n"+&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;row1.PS_LARG&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;+"\n"+&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;row1.PS_EPAIS&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;+"\n"+&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;row1.PS_POIDS&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;Try above.&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 24 Jul 2014 10:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358143#M123282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T10:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Newline in tMap Condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358144#M123283</link>
      <description>Hi, 
&lt;BR /&gt;If so, you can link tMap to component tNormalize which normalizes the input flow following SQL standard. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEay.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138540i30D3D07C06073AB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEay.png" alt="0683p000009MEay.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEVf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148892iEC0F848EF6C34D28/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEVf.png" alt="0683p000009MEVf.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEbv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152171i2D96C129B1B5D26D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEbv.png" alt="0683p000009MEbv.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 24 Jul 2014 10:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358144#M123283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T10:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Newline in tMap Condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358145#M123284</link>
      <description>And can i make a return a line&amp;nbsp; ? Easily ? with a symbol or other because +"/n" don't work</description>
      <pubDate>Thu, 24 Jul 2014 10:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358145#M123284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T10:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Newline in tMap Condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358146#M123285</link>
      <description>Hi, 
&lt;BR /&gt;It works, what is the error you are getting? You need to use "\n" and not "/n". 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEc0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138202i880262F93B36CD38/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEc0.png" alt="0683p000009MEc0.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;This is what i used inside tmap with sample data with me 
&lt;BR /&gt;row9.Insurance_SegmentID + "\n"+row9.SetID +"\n"+row9.InsurancePlanID+"\n"+row9.CompanyID+"\n"+row9.CompanyName 
&lt;BR /&gt;I have following row in tfixedflow 
&lt;BR /&gt;IN1|1|MEDICARE|3|MEDICARE 
&lt;BR /&gt;Please check once again. 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 24 Jul 2014 11:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358146#M123285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T11:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Newline in tMap Condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358147#M123286</link>
      <description>Hi,&lt;BR /&gt;I'm trying to import with your example, the transfert is completed but no new line ( the result appear just on a line)</description>
      <pubDate>Thu, 24 Jul 2014 13:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358147#M123286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T13:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Newline in tMap Condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358148#M123287</link>
      <description>Try outputting results to delimited or log row... or try copying the contents of cell into the notepad...&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 24 Jul 2014 13:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358148#M123287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-24T13:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Newline in tMap Condition</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358149#M123288</link>
      <description>Hi 
&lt;A href="http://www.talendforge.org/forum/profile.php?id=208882" target="_blank" rel="nofollow noopener noreferrer"&gt;mmegrous,&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;Is there any update for your issue?
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 25 Jul 2014 04:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Newline-in-tMap-Condition/m-p/2358149#M123288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-25T04:15:16Z</dc:date>
    </item>
  </channel>
</rss>

