<?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: Possibility of Joining Lookup Data with External CSV in DQL in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/276472#M2031</link>
    <description>&lt;P&gt;&lt;SPAN&gt;We are planning to start with a preview of this new feature in early CQ3.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 05 May 2025 11:11:48 GMT</pubDate>
    <dc:creator>michael_krall</dc:creator>
    <dc:date>2025-05-05T11:11:48Z</dc:date>
    <item>
      <title>Possibility of Joining Lookup Data with External CSV in DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/276226#M2017</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to join data from a lookup and retrieve details from an external CSV file using DQL, or elsewhere within a dashboard?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Akhil&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 19:34:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/276226#M2017</guid>
      <dc:creator>Akhil-Jayendran</dc:creator>
      <dc:date>2025-04-29T19:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Possibility of Joining Lookup Data with External CSV in DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/276230#M2018</link>
      <description>&lt;P&gt;Hi, sure you can.&lt;/P&gt;&lt;P&gt;It will basically depends on how will you consume this external CSV.&lt;/P&gt;&lt;P&gt;If you cuold simply insert the CSV content into the DQL using the data as source (&lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-query-language/commands/data-source-commands#data" target="_blank"&gt;https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-query-language/commands/data-source-commands#data&lt;/A&gt;) you can then use the lookup normally&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-04-29 173357.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27787i74A1027929D338E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-04-29 173357.png" alt="Screenshot 2025-04-29 173357.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But if you need to get a new version of the CSV content every new run, you can try use the workflow to retrieve the CSV content, assuming you can get it thru an API (&lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/workflows/default-workflow-actions#workflows-actions" target="_blank"&gt;https://docs.dynatrace.com/docs/analyze-explore-automate/workflows/default-workflow-actions#workflows-actions&lt;/A&gt;) and create a new entry for this as a new log, using the log ingestion api (&lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-api/environment-api/log-monitoring-v2/post-ingest-logs" target="_blank"&gt;https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-api/environment-api/log-monitoring-v2/post-ingest-logs&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 20:39:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/276230#M2018</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2025-04-29T20:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Possibility of Joining Lookup Data with External CSV in DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/276296#M2021</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/18264"&gt;@dannemca&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using the data as a source in DQL may not be a viable solution, considering the CSV contains 62K+ rows. I also considered ingesting the CSV as logs, but wanted to check if there are any out-of-the-box solutions available in Dynatrace first.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Akhil&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 13:21:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/276296#M2021</guid>
      <dc:creator>Akhil-Jayendran</dc:creator>
      <dc:date>2025-04-30T13:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Possibility of Joining Lookup Data with External CSV in DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/276384#M2022</link>
      <description>&lt;P&gt;Hi, so there is no out-of-the-box solution just yet, but we are&lt;SPAN&gt;&amp;nbsp;currently working on providing the possibility to store static lookup data directly in Grail. This will allow you then to upload the CSV as lookup data to Grail and use it directly in your DQL queries.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 06:54:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/276384#M2022</guid>
      <dc:creator>michael_krall</dc:creator>
      <dc:date>2025-05-02T06:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Possibility of Joining Lookup Data with External CSV in DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/276415#M2027</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/67404"&gt;@michael_krall&lt;/a&gt;&amp;nbsp; , That is awesome news! Do we have any ETA or a roadmap document we can look at?&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 18:19:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/276415#M2027</guid>
      <dc:creator>Akhil-Jayendran</dc:creator>
      <dc:date>2025-05-02T18:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Possibility of Joining Lookup Data with External CSV in DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/276472#M2031</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are planning to start with a preview of this new feature in early CQ3.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 11:11:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/276472#M2031</guid>
      <dc:creator>michael_krall</dc:creator>
      <dc:date>2025-05-05T11:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Possibility of Joining Lookup Data with External CSV in DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/282429#M2387</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/67404"&gt;@michael_krall&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this feature already available?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 17:22:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Possibility-of-Joining-Lookup-Data-with-External-CSV-in-DQL/m-p/282429#M2387</guid>
      <dc:creator>Akhil-Jayendran</dc:creator>
      <dc:date>2025-07-28T17:22:09Z</dc:date>
    </item>
  </channel>
</rss>

