<?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 How to handle null exception in tAdvancedFileOutputXml component?.. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-exception-in-tAdvancedFileOutputXml-component/m-p/2300851#M73032</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Talend job iterates through site names in excel file, compares it with data in DB and generates XML files with orders details. For one code, there are no orders, but it throws me an error and kills the job. In case of Order id doesn't exist I want to &lt;A href="https://krogerfeedback.nl" alt="https://krogerfeedback.nl" target="_blank"&gt;krogerfeedback&lt;/A&gt; &lt;A href="https://talktosonic.onl" alt="https://talktosonic.onl" target="_blank"&gt;talktosonic&lt;/A&gt;&lt;A href="https://talktowendys.vip" alt="https://talktowendys.vip" target="_blank"&gt; talktowendys&lt;/A&gt; &lt;A href="https://whataburgersurvey.onl" alt="https://whataburgersurvey.onl" target="_blank"&gt;whataburger survey&lt;/A&gt; generate an empty file or to handle it on some other way, but definitely not to fail the job.&lt;/P&gt;&lt;P&gt;I tried with checking "Create attribute even if its value is NULL" but i have the same result.&lt;/P&gt;&lt;P&gt;I'm sending screenshots of my job and tAdvancedFileOutputXML component configuration.&lt;/P&gt;&lt;P&gt;Error trace:&lt;/P&gt;&lt;P&gt;Exception in component tAdvancedFileOutputXML_2 (Child_export_job)&lt;/P&gt;&lt;P&gt;java.lang.NullPointerException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.child_export_job_1_0.Child_export_job.tDBInput_5Process(Child_export_job.java:1385)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.child_export_job_1_0.Child_export_job.tDBInput_4Process(Child_export_job.java:967)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.child_export_job_1_0.Child_export_job.runJobInTOS(Child_export_job.java:4405)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.child_export_job_1_0.Child_export_job.runJob(Child_export_job.java:4224)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.export_data_xml_1_0.export_data_xml.tFileList_1Process(export_data_xml.java:1679)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.export_data_xml_1_0.export_data_xml.runJobInTOS(export_data_xml.java:3659)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.export_data_xml_1_0.export_data_xml.main(export_data_xml.java:3486)&lt;/P&gt;&lt;P&gt;Exception in component tRunJob_1 (export_data_xml)&lt;/P&gt;&lt;P&gt;java.lang.RuntimeException: Child job running failed.&lt;/P&gt;&lt;P&gt;java.lang.NullPointerException: null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.export_data_xml_1_0.export_data_xml.tFileList_1Process(export_data_xml.java:1700)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.export_data_xml_1_0.export_data_xml.runJobInTOS(export_data_xml.java:3659)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.export_data_xml_1_0.export_data_xml.main(export_data_xml.java:3486)&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;jackyjoy&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:16:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T01:16:30Z</dc:date>
    <item>
      <title>How to handle null exception in tAdvancedFileOutputXml component?..</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-exception-in-tAdvancedFileOutputXml-component/m-p/2300851#M73032</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Talend job iterates through site names in excel file, compares it with data in DB and generates XML files with orders details. For one code, there are no orders, but it throws me an error and kills the job. In case of Order id doesn't exist I want to &lt;A href="https://krogerfeedback.nl" alt="https://krogerfeedback.nl" target="_blank"&gt;krogerfeedback&lt;/A&gt; &lt;A href="https://talktosonic.onl" alt="https://talktosonic.onl" target="_blank"&gt;talktosonic&lt;/A&gt;&lt;A href="https://talktowendys.vip" alt="https://talktowendys.vip" target="_blank"&gt; talktowendys&lt;/A&gt; &lt;A href="https://whataburgersurvey.onl" alt="https://whataburgersurvey.onl" target="_blank"&gt;whataburger survey&lt;/A&gt; generate an empty file or to handle it on some other way, but definitely not to fail the job.&lt;/P&gt;&lt;P&gt;I tried with checking "Create attribute even if its value is NULL" but i have the same result.&lt;/P&gt;&lt;P&gt;I'm sending screenshots of my job and tAdvancedFileOutputXML component configuration.&lt;/P&gt;&lt;P&gt;Error trace:&lt;/P&gt;&lt;P&gt;Exception in component tAdvancedFileOutputXML_2 (Child_export_job)&lt;/P&gt;&lt;P&gt;java.lang.NullPointerException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.child_export_job_1_0.Child_export_job.tDBInput_5Process(Child_export_job.java:1385)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.child_export_job_1_0.Child_export_job.tDBInput_4Process(Child_export_job.java:967)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.child_export_job_1_0.Child_export_job.runJobInTOS(Child_export_job.java:4405)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.child_export_job_1_0.Child_export_job.runJob(Child_export_job.java:4224)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.export_data_xml_1_0.export_data_xml.tFileList_1Process(export_data_xml.java:1679)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.export_data_xml_1_0.export_data_xml.runJobInTOS(export_data_xml.java:3659)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.export_data_xml_1_0.export_data_xml.main(export_data_xml.java:3486)&lt;/P&gt;&lt;P&gt;Exception in component tRunJob_1 (export_data_xml)&lt;/P&gt;&lt;P&gt;java.lang.RuntimeException: Child job running failed.&lt;/P&gt;&lt;P&gt;java.lang.NullPointerException: null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.export_data_xml_1_0.export_data_xml.tFileList_1Process(export_data_xml.java:1700)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.export_data_xml_1_0.export_data_xml.runJobInTOS(export_data_xml.java:3659)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at expot_xml_data.export_data_xml_1_0.export_data_xml.main(export_data_xml.java:3486)&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;jackyjoy&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-exception-in-tAdvancedFileOutputXml-component/m-p/2300851#M73032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T01:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle null exception in tAdvancedFileOutputXml component?..</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-exception-in-tAdvancedFileOutputXml-component/m-p/2300852#M73033</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please post your job design screenshots on community which will be helpful for us to address your issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 09:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-handle-null-exception-in-tAdvancedFileOutputXml-component/m-p/2300852#M73033</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-21T09:08:54Z</dc:date>
    </item>
  </channel>
</rss>

