<?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 a string with special characters in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Parse-a-string-with-special-characters/m-p/304114#M3473</link>
    <description>&lt;P&gt;I have this string in a message field that needs to be parsed.&amp;nbsp; I need the values between the double quotes extracted into separate fields.&amp;nbsp; I am having a hard time getting the correct syntax to handle eliminating '&amp;lt;', '/&amp;gt;', and '"'.&lt;/P&gt;&lt;P&gt;&amp;lt;Robotics UseCase="UC987" Workstation="WTWABCDE" UserID="xxxx" Department="HR" Segment="Express" Automation="GetConfigData" MessageType="Failure" Message="Subflow: GetConfigData, Action: 28, Action name: Set variable; Variable 'Config_Global' doesn't have a property 'LogSegment'." ClaimNumber="1345089A5" TaskID="" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
    <pubDate>Fri, 04 Sep 2026 13:37:35 GMT</pubDate>
    <dc:creator>slhempen</dc:creator>
    <dc:date>2026-09-04T13:37:35Z</dc:date>
    <item>
      <title>Parse a string with special characters</title>
      <link>https://community.dynatrace.com/t5/DQL/Parse-a-string-with-special-characters/m-p/304114#M3473</link>
      <description>&lt;P&gt;I have this string in a message field that needs to be parsed.&amp;nbsp; I need the values between the double quotes extracted into separate fields.&amp;nbsp; I am having a hard time getting the correct syntax to handle eliminating '&amp;lt;', '/&amp;gt;', and '"'.&lt;/P&gt;&lt;P&gt;&amp;lt;Robotics UseCase="UC987" Workstation="WTWABCDE" UserID="xxxx" Department="HR" Segment="Express" Automation="GetConfigData" MessageType="Failure" Message="Subflow: GetConfigData, Action: 28, Action name: Set variable; Variable 'Config_Global' doesn't have a property 'LogSegment'." ClaimNumber="1345089A5" TaskID="" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2026 13:37:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Parse-a-string-with-special-characters/m-p/304114#M3473</guid>
      <dc:creator>slhempen</dc:creator>
      <dc:date>2026-09-04T13:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Parse a string with special characters</title>
      <link>https://community.dynatrace.com/t5/DQL/Parse-a-string-with-special-characters/m-p/304115#M3474</link>
      <description>&lt;P&gt;A very simple parsing would be:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LD 'Robotics UseCase="' LD:RoboticUseCase '"' LD 'Workstation="' LD:Workstation '"' LD 'UserID="' LD:UserID '"' LD 'Department="' LD:Department '"' LD 'Segment="' LD:Segment '"' LD 'Automation="' LD:Automation
'"' LD 'MessageType="' LD:MessageType '"' LD 'Message="' LD:Message '"' LD 'ClaimNumber="' LD:ClaimNumber '"' LD 'TaskID="' LD&lt;/LI-CODE&gt;&lt;P&gt;The only field not able to include in the above parsing rule was the TaskID since empty, and will requires a different parsing rule.&lt;/P&gt;&lt;P&gt;Try and let us know.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2026 14:30:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Parse-a-string-with-special-characters/m-p/304115#M3474</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2026-09-04T14:30:00Z</dc:date>
    </item>
  </channel>
</rss>

