<?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 tMap - no output data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-data/m-p/2301752#M73822</link>
    <description>&lt;P&gt;1. I have a job which consists of two sub jobs. Please see the main_job picture for the same.&lt;/P&gt;&lt;P&gt;2. The first sub job is named as tMap_1 in the images. This gives me proper filtered output when the main_job is run in the first sheet of excel output&lt;/P&gt;&lt;P&gt;3. The second sub job named as tMap_2 in the images. This gives me a blank output in the second sheet of the same output excel used for the first when i apply the filter as shown in the image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is this happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note. When I put no filter on the tmap_2, the data is properly shown there in the sheet2 of output excel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me identify this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Aug 2018 18:36:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-10T18:36:10Z</dc:date>
    <item>
      <title>tMap - no output data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-data/m-p/2301752#M73822</link>
      <description>&lt;P&gt;1. I have a job which consists of two sub jobs. Please see the main_job picture for the same.&lt;/P&gt;&lt;P&gt;2. The first sub job is named as tMap_1 in the images. This gives me proper filtered output when the main_job is run in the first sheet of excel output&lt;/P&gt;&lt;P&gt;3. The second sub job named as tMap_2 in the images. This gives me a blank output in the second sheet of the same output excel used for the first when i apply the filter as shown in the image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is this happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note. When I put no filter on the tmap_2, the data is properly shown there in the sheet2 of output excel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me identify this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 18:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-data/m-p/2301752#M73822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-10T18:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: tMap - no output data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-data/m-p/2301753#M73823</link>
      <description>&lt;P&gt;In tMap1 you use the "equals" method to test equality of values. This is correct. In tMap2 you are using "==". This essentially tests to see if the Strings&amp;nbsp;are the same Object, which they are not. Have a read here:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/7520432/what-is-the-difference-between-vs-equals-in-java" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/7520432/what-is-the-difference-between-vs-equals-in-java&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to change tMap2 to use "equals".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should also point out that you will probably want to link your subjobs. This will allow you to control which is run first.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Aug 2018 00:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-data/m-p/2301753#M73823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-11T00:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: tMap - no output data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-data/m-p/2301754#M73824</link>
      <description>&lt;P&gt;Thank you for the earliest reply. But when I use the equals in tMap_2, The job fails with a null pointer exception. The database has values for this query. But still it fails&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the tMap_2 link to the tFileOutput shows 45 rows , but the job fails and I cannot retrieve the exact output. Could you please explain why does this happen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;BR /&gt;Exception in component tMap_2 (Data_validation)&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;at local_project.data_validation_0_1.Data_validation.tDBInput_4Process(Data_validation.java:4702)&lt;BR /&gt;at local_project.data_validation_0_1.Data_validation.runJobInTOS(Data_validation.java:7764)&lt;BR /&gt;at local_project.data_validation_0_1.Data_validation.main(Data_validation.java:7601)&lt;BR /&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;Job Data_validation ended at 10:22 11/08/2018. [exit code=1]&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtTP"&gt;Job Design.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtIN"&gt;tMAp_2, equals.png&lt;/A&gt;</description>
      <pubDate>Sat, 11 Aug 2018 05:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-data/m-p/2301754#M73824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-11T05:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: tMap - no output data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-data/m-p/2301755#M73825</link>
      <description>What if you do&lt;BR /&gt;"Americas".equals(row8.REGION_NAME)&lt;BR /&gt;instead of&lt;BR /&gt;row8.REGION_NAME.equals("Americas")</description>
      <pubDate>Sat, 11 Aug 2018 07:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-data/m-p/2301755#M73825</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-08-11T07:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: tMap - no output data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-data/m-p/2301756#M73826</link>
      <description>&lt;P&gt;Thanks a lot TRF. This worked.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Samiran&lt;/P&gt;</description>
      <pubDate>Sat, 11 Aug 2018 08:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-no-output-data/m-p/2301756#M73826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-11T08:51:16Z</dc:date>
    </item>
  </channel>
</rss>

