<?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: Join in tmpa and trim in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Join-in-tmpa-and-trim/m-p/2339665#M107785</link>
    <description>Hello 
&lt;BR /&gt;Add a tJavaRow or another tMap to trim the space before join. 
&lt;BR /&gt;eg: 
&lt;BR /&gt;tMysqlInput--&amp;gt;tJavaRow(output_row.name=StringHandling.TRIM(input_row.name))--&amp;gt;tMap(do your join) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
    <pubDate>Thu, 18 Jun 2009 07:33:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-06-18T07:33:55Z</dc:date>
    <item>
      <title>Join in tmpa and trim</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-in-tmpa-and-trim/m-p/2339664#M107784</link>
      <description>Hello 
&lt;BR /&gt;I have a tmap component to join a table (main) and an Excel file (lookup). 
&lt;BR /&gt;When I run my job I get the following error: 
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring 
&lt;BR /&gt;The column in the table and in the excel file is a string of 15 characters 
&lt;BR /&gt;I thing the problem is due to spaces in the excel file. 
&lt;BR /&gt;Is it possible to add a StringHandling.TRIM function when you create the join between the main table and the excel file? 
&lt;BR /&gt;In other words, how to remove spaces in the column of excel file ? 
&lt;BR /&gt;Thanks for your help 
&lt;BR /&gt;Didier</description>
      <pubDate>Sat, 16 Nov 2024 13:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-in-tmpa-and-trim/m-p/2339664#M107784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Join in tmpa and trim</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-in-tmpa-and-trim/m-p/2339665#M107785</link>
      <description>Hello 
&lt;BR /&gt;Add a tJavaRow or another tMap to trim the space before join. 
&lt;BR /&gt;eg: 
&lt;BR /&gt;tMysqlInput--&amp;gt;tJavaRow(output_row.name=StringHandling.TRIM(input_row.name))--&amp;gt;tMap(do your join) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 18 Jun 2009 07:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-in-tmpa-and-trim/m-p/2339665#M107785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-18T07:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Join in tmpa and trim</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-in-tmpa-and-trim/m-p/2339666#M107786</link>
      <description>I have added a tmap
&lt;BR /&gt;and I have still the same error and a new one:
&lt;BR /&gt;tarting job ArticlesUCv3 at 08:43 18/06/2009.
&lt;BR /&gt; connecting to socket on port 3719
&lt;BR /&gt; connected
&lt;BR /&gt;Debug: format string is 000000
&lt;BR /&gt;Debug: format string is 00
&lt;BR /&gt;Debug: format string is 000
&lt;BR /&gt;Warning: TBD on sheet "item warehouse" not supported - omitting
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Warning: Object record is not associated with a drawing record - ignoring
&lt;BR /&gt;Exception in component tMap_2
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at routines.StringHandling.TRIM(StringHandling.java:286)
&lt;BR /&gt; at projet_m3.articlesucv3_0_1.ArticlesUCv3.tFileInputExcel_1Process(ArticlesUCv3.java:15323)
&lt;BR /&gt; at projet_m3.articlesucv3_0_1.ArticlesUCv3.tAS400Input_3Process(ArticlesUCv3.java:4901)
&lt;BR /&gt; at projet_m3.articlesucv3_0_1.ArticlesUCv3.runJobInTOS(ArticlesUCv3.java:15783)
&lt;BR /&gt; at projet_m3.articlesucv3_0_1.ArticlesUCv3.main(ArticlesUCv3.java:15689)
&lt;BR /&gt; disconnected
&lt;BR /&gt;Job ArticlesUCv3 ended at 08:43 18/06/2009. 
&lt;BR /&gt;What is the best solution to debug it?
&lt;BR /&gt;Thanks
&lt;BR /&gt;Didier</description>
      <pubDate>Thu, 18 Jun 2009 07:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-in-tmpa-and-trim/m-p/2339666#M107786</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-18T07:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Join in tmpa and trim</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Join-in-tmpa-and-trim/m-p/2339667#M107787</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;java.lang.NullPointerException&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;row3.yourColumnName==null?null 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;tringHandling.TRIM(ro31.yourColumnName) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 19 Jun 2009 04:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Join-in-tmpa-and-trim/m-p/2339667#M107787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-19T04:50:03Z</dc:date>
    </item>
  </channel>
</rss>

