<?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: XML file generation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322728#M92645</link>
    <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Try to convert null value of extension column to empty string on tMap before tAdvancedFileOutputXML.&lt;/P&gt;&lt;P&gt;row1.extension==null?"":row1.extension&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and uncheck the 'Create empty element if needed' box.&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;</description>
    <pubDate>Wed, 03 Feb 2021 08:27:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-02-03T08:27:00Z</dc:date>
    <item>
      <title>XML file generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322724#M92641</link>
      <description>&lt;P&gt;Could you please help me with this issue:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;As per the XML schema, Location, CountryCode, Number and Extension are all mandatory fields when the Phone block is use.&amp;nbsp;But I don't have  Extension information is not available. How to make the extension tag to always even when it is blank. like sample below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;Phone&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Location&amp;gt;home&amp;lt;/Location&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CountryCode&amp;gt;1&amp;lt;/CountryCode&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Number&amp;gt;41633331&amp;lt;/Number&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&amp;lt;Extension&amp;gt;&amp;lt;/Extension&amp;gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Phone&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322724#M92641</guid>
      <dc:creator>stan1609735726</dc:creator>
      <dc:date>2024-11-16T00:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: XML file generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322725#M92642</link>
      <description>&lt;P&gt;My flow is built in Talend to extract the data and convert to XML. I am using tmap and tAdvancedFileoutputXML. How will I be able to  use this tool?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 04:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322725#M92642</guid>
      <dc:creator>stan1609735726</dc:creator>
      <dc:date>2021-02-02T04:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: XML file generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322726#M92643</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the tAdvancedFileOutputXML properties, Advanced Settings tab, ensure the tick box "Create empty element if needed" is ticked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 11:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322726#M92643</guid>
      <dc:creator>David_Beaty</dc:creator>
      <dc:date>2021-02-02T11:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: XML file generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322727#M92644</link>
      <description>&lt;P&gt;I did try this and it is turning on for all the elements. I only want this &lt;B&gt;&amp;lt;Extension&amp;gt;&amp;lt;/Extension&amp;gt; &lt;/B&gt;to show empty, for the rest I don't want them showing when null&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 16:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322727#M92644</guid>
      <dc:creator>stan1609735726</dc:creator>
      <dc:date>2021-02-02T16:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: XML file generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322728#M92645</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Try to convert null value of extension column to empty string on tMap before tAdvancedFileOutputXML.&lt;/P&gt;&lt;P&gt;row1.extension==null?"":row1.extension&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and uncheck the 'Create empty element if needed' box.&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;</description>
      <pubDate>Wed, 03 Feb 2021 08:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322728#M92645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-03T08:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: XML file generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322729#M92646</link>
      <description>&lt;P&gt;Thank you for your help. This is working&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 03:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322729#M92646</guid>
      <dc:creator>stan1609735726</dc:creator>
      <dc:date>2021-02-04T03:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: XML file generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322730#M92647</link>
      <description>&lt;P&gt;Thanks you for your help. This is working.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 03:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/XML-file-generation/m-p/2322730#M92647</guid>
      <dc:creator>stan1609735726</dc:creator>
      <dc:date>2021-02-04T03:29:12Z</dc:date>
    </item>
  </channel>
</rss>

