<?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: Extract data fields with Jira Web Connector from table=IssuesAsRawXml? in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Extract-data-fields-with-Jira-Web-Connector-from-table/m-p/2477253#M14036</link>
    <description>&lt;P&gt;I have currently tried using xmlSimple, but depending on project I pull there are different amount of tables (xml meta data) and it is Super Slow. For the QVDs where it was implemented the loading time was 3 times more.. I will try Rest Api to get the fields I need.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2024 12:16:45 GMT</pubDate>
    <dc:creator>Hallaien</dc:creator>
    <dc:date>2024-08-21T12:16:45Z</dc:date>
    <item>
      <title>Extract data fields with Jira Web Connector from table=IssuesAsRawXml?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Extract-data-fields-with-Jira-Web-Connector-from-table/m-p/2476568#M14016</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV id="bodyDisplay" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation" style="outline: none; scrollbar-width: thin; scrollbar-color: #497dbd transparent; margin-bottom: 15px; font-family: Inter, Arial, sans-serif;"&gt;
&lt;DIV class="lia-message-body-content" style="outline: none; scrollbar-width: thin; scrollbar-color: #497dbd transparent; margin-bottom: 0px; color: #54565a; margin-top: 13px;"&gt;
&lt;P style="outline: none; scrollbar-width: thin; scrollbar-color: #497dbd transparent;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="outline: none; scrollbar-width: thin; scrollbar-color: #497dbd transparent;"&gt;How do I extract fields from Table=IssuesAsRawXml?&amp;nbsp;&lt;/P&gt;
&lt;P style="outline: none; scrollbar-width: thin; scrollbar-color: #497dbd transparent;"&gt;I can access the URL but I don't know how to load the fields from the XML format.&lt;/P&gt;
&lt;P style="outline: none; scrollbar-width: thin; scrollbar-color: #497dbd transparent;"&gt;When I add (xml) after the link I get the columns "expand, id, self, key, fields".&amp;nbsp;&lt;/P&gt;
&lt;P style="outline: none; scrollbar-width: thin; scrollbar-color: #497dbd transparent;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 16 Aug 2024 07:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Extract-data-fields-with-Jira-Web-Connector-from-table/m-p/2476568#M14016</guid>
      <dc:creator>Hallaien</dc:creator>
      <dc:date>2024-08-16T07:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data fields with Jira Web Connector from table=IssuesAsRawXml?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Extract-data-fields-with-Jira-Web-Connector-from-table/m-p/2476579#M14018</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/309711"&gt;@Hallaien&lt;/a&gt;&amp;nbsp;&lt;A href="https://www.mgh-patientgateway.com" target="_self"&gt;MGH&lt;/A&gt;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV id="bodyDisplay" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation" style="outline: none; scrollbar-width: thin; scrollbar-color: #497dbd transparent; margin-bottom: 15px; font-family: Inter, Arial, sans-serif;"&gt;
&lt;DIV class="lia-message-body-content" style="outline: none; scrollbar-width: thin; scrollbar-color: #497dbd transparent; margin-bottom: 0px; color: #54565a; margin-top: 13px;"&gt;
&lt;P style="outline: none; scrollbar-width: thin; scrollbar-color: #497dbd transparent;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="outline: none; scrollbar-width: thin; scrollbar-color: #497dbd transparent;"&gt;How do I extract fields from Table=IssuesAsRawXml?&amp;nbsp;&lt;/P&gt;
&lt;P style="outline: none; scrollbar-width: thin; scrollbar-color: #497dbd transparent;"&gt;I can access the URL but I don't know how to load the fields from the XML format.&lt;/P&gt;
&lt;P style="outline: none; scrollbar-width: thin; scrollbar-color: #497dbd transparent;"&gt;When I add (xml) after the link I get the columns "expand, id, self, key, fields".&amp;nbsp;&lt;/P&gt;
&lt;P style="outline: none; scrollbar-width: thin; scrollbar-color: #497dbd transparent;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Extracting data from Jira's IssuesAsRawXml table requires parsing the XML response. Use scripting languages like Python with libraries like xml.etree.ElementTree or Qlik's built-in XML functions to extract desired fields. Consider API limitations, data volume, and error handling. If XML structure is complex, explore third-party tools or libraries for efficient data extraction and transformation.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 04:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Extract-data-fields-with-Jira-Web-Connector-from-table/m-p/2476579#M14018</guid>
      <dc:creator>jason34</dc:creator>
      <dc:date>2024-08-20T04:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data fields with Jira Web Connector from table=IssuesAsRawXml?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Extract-data-fields-with-Jira-Web-Connector-from-table/m-p/2477253#M14036</link>
      <description>&lt;P&gt;I have currently tried using xmlSimple, but depending on project I pull there are different amount of tables (xml meta data) and it is Super Slow. For the QVDs where it was implemented the loading time was 3 times more.. I will try Rest Api to get the fields I need.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 12:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Extract-data-fields-with-Jira-Web-Connector-from-table/m-p/2477253#M14036</guid>
      <dc:creator>Hallaien</dc:creator>
      <dc:date>2024-08-21T12:16:45Z</dc:date>
    </item>
  </channel>
</rss>

