<?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 to Structure Format in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Xml-to-Structure-Format/m-p/2206595#M6598</link>
    <description>you have to add xml loop to child level&lt;BR /&gt;then you have to split by "/n" to get each couple name=value&lt;BR /&gt;split by "=" to get the value&lt;BR /&gt;does key value are always a then b then c?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Sep 2018 11:05:05 GMT</pubDate>
    <dc:creator>fdenis</dc:creator>
    <dc:date>2018-09-20T11:05:05Z</dc:date>
    <item>
      <title>Xml to Structure Format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Xml-to-Structure-Format/m-p/2206593#M6596</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;case1:&lt;/P&gt;
&lt;P&gt;I have 23 xml files which is different schema.&lt;/P&gt;
&lt;P&gt;in one file the parent and child are more&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;parent&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;child&amp;gt;&lt;/P&gt;
&lt;P&gt;　　　　　ａ= "hello"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b= "zhxvctdv"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;c= "35"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/child&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;child&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a="hi"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; b="jfhffggd"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;c="66"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/child&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;child&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a="me"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; b="ybhcccc"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;c="26"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/child&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/parent&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in the above xml data they are two child data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i need like this&lt;/P&gt;
&lt;P&gt;a&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;b&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;c&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hello&amp;nbsp; &amp;nbsp;&lt;SPAN&gt;zhxvctdv&amp;nbsp; &amp;nbsp;35&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;hi&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jfhffggd&amp;nbsp; &amp;nbsp;&amp;nbsp;66&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;me&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;ybhcccc&amp;nbsp; &amp;nbsp; 26&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But i have taken the schema everything but i am not getting the values properly?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;only one row it is showing&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;could you help me&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Xml-to-Structure-Format/m-p/2206593#M6596</guid>
      <dc:creator>mahesh_Dev</dc:creator>
      <dc:date>2024-11-16T07:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Xml to Structure Format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Xml-to-Structure-Format/m-p/2206594#M6597</link>
      <description>&lt;P&gt;Can you add some screenshots of the job? First thought: is your loop on the child?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 10:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Xml-to-Structure-Format/m-p/2206594#M6597</guid>
      <dc:creator>Aukema</dc:creator>
      <dc:date>2018-09-20T10:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Xml to Structure Format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Xml-to-Structure-Format/m-p/2206595#M6598</link>
      <description>you have to add xml loop to child level&lt;BR /&gt;then you have to split by "/n" to get each couple name=value&lt;BR /&gt;split by "=" to get the value&lt;BR /&gt;does key value are always a then b then c?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2018 11:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Xml-to-Structure-Format/m-p/2206595#M6598</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-20T11:05:05Z</dc:date>
    </item>
  </channel>
</rss>

