<?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 Parse XML from API Call in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Parse-XML-from-API-Call/m-p/2199161#M2193</link>
    <description>&lt;P&gt;First, let me thank you all in advance for you help.&amp;nbsp; And second, I apologize in advance as I'm only like 2 weeks into using Talend as a tool, so i'm pretty unfamiliar with all of the features.&amp;nbsp; I've searched the web and can't seem to find a working solution for this problem.&amp;nbsp; I can't imagine it is unique, so I imagine it is user error and not using the proper components &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Scenario:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt; 
&lt;P&gt;1) making an API call to a 3rd party service&lt;/P&gt; 
&lt;P&gt;2) here is a sample of the data.&amp;nbsp; For each "employee" in the data, there is a possibility that there will be 1 or more rows of data.&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-04-10 at 3.05.23 PM.png" style="width: 543px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9SV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156300i521EDA5EA2D7C8C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9SV.png" alt="0683p000009M9SV.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;3) At the end of the day, i need to flatten this out to look something like:&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;employeeid, date, location..jobTitle, reportsTo&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've used the tExtractXml component and can get it to print out on the screen each individual employee id.. But I cannot seem to figure out how to "flatten" it out to also show the row level data.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any guidance or pointers would be greatly appreciated.&lt;/P&gt; 
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:43:09 GMT</pubDate>
    <dc:creator>tlwilli2020</dc:creator>
    <dc:date>2024-11-16T02:43:09Z</dc:date>
    <item>
      <title>Parse XML from API Call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parse-XML-from-API-Call/m-p/2199161#M2193</link>
      <description>&lt;P&gt;First, let me thank you all in advance for you help.&amp;nbsp; And second, I apologize in advance as I'm only like 2 weeks into using Talend as a tool, so i'm pretty unfamiliar with all of the features.&amp;nbsp; I've searched the web and can't seem to find a working solution for this problem.&amp;nbsp; I can't imagine it is unique, so I imagine it is user error and not using the proper components &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Scenario:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt; 
&lt;P&gt;1) making an API call to a 3rd party service&lt;/P&gt; 
&lt;P&gt;2) here is a sample of the data.&amp;nbsp; For each "employee" in the data, there is a possibility that there will be 1 or more rows of data.&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-04-10 at 3.05.23 PM.png" style="width: 543px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9SV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156300i521EDA5EA2D7C8C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9SV.png" alt="0683p000009M9SV.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;3) At the end of the day, i need to flatten this out to look something like:&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;employeeid, date, location..jobTitle, reportsTo&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've used the tExtractXml component and can get it to print out on the screen each individual employee id.. But I cannot seem to figure out how to "flatten" it out to also show the row level data.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any guidance or pointers would be greatly appreciated.&lt;/P&gt; 
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parse-XML-from-API-Call/m-p/2199161#M2193</guid>
      <dc:creator>tlwilli2020</dc:creator>
      <dc:date>2024-11-16T02:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Parse XML from API Call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parse-XML-from-API-Call/m-p/2199162#M2194</link>
      <description>&lt;P&gt;It turns out to actually be a pretty easy problem to solve once I read up on XML and how to use the tExtractXMLfield component.&amp;nbsp; I'm not entirely sure if this is the "optimal" solution, but it certainly works.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LyDS"&gt;Screen Shot 2020-04-13 at 9.53.24 AM.png&lt;/A&gt;</description>
      <pubDate>Mon, 13 Apr 2020 15:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parse-XML-from-API-Call/m-p/2199162#M2194</guid>
      <dc:creator>tlwilli2020</dc:creator>
      <dc:date>2020-04-13T15:55:18Z</dc:date>
    </item>
  </channel>
</rss>

