<?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: Tab separated content parsing - some lines may have some columns with null values in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Tab-separated-content-parsing-some-lines-may-have-some-columns/m-p/265739#M1549</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/79807"&gt;@vynid&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PFA resources regarding log DQL parsing :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-query-language/commands/extraction-and-parsing-commands" target="_blank"&gt;https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-query-language/commands/extraction-and-parsing-commands&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-query-language/commands" target="_blank"&gt;https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-query-language/commands&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.youtube.com/watch?v=F2VbVqNlswk" target="_blank"&gt;https://www.youtube.com/watch?v=F2VbVqNlswk&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hoping it helps.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2024 07:11:17 GMT</pubDate>
    <dc:creator>Peter_Youssef</dc:creator>
    <dc:date>2024-12-19T07:11:17Z</dc:date>
    <item>
      <title>Tab separated content parsing - some lines may have some columns with null values</title>
      <link>https://community.dynatrace.com/t5/DQL/Tab-separated-content-parsing-some-lines-may-have-some-columns/m-p/265685#M1546</link>
      <description>&lt;P&gt;Hi I am having some trouble coming up with a good filter to parse the content field in a tab separated file.&lt;/P&gt;
&lt;P&gt;eg , the log content can have lines where some columns are null.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming the spaces are tabs - first line has all fields with values, second line has null for field3&lt;/P&gt;
&lt;P&gt;I tried using a space delimiter in my parse which works ok for lines that have all values, but for those with nulls, it is&amp;nbsp; picking up the next value ( like field4 for the field3 column ), which makes sense I guess .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a specific tab delimiter ? I could not seem to find it in the docs for some reason.&lt;/P&gt;
&lt;P&gt;My filter looks like this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;parse content, "LD*:field1 SPACE LD*:field2 SPACE LD*:field3&amp;nbsp; &amp;nbsp;SPACE LD*:field4&amp;nbsp; SPACE LD*:field5&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; field1 field2 field3 field4 field5&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; field1 field2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; field4 field5&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 07:36:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Tab-separated-content-parsing-some-lines-may-have-some-columns/m-p/265685#M1546</guid>
      <dc:creator>vynid</dc:creator>
      <dc:date>2024-12-19T07:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tab separated content parsing - some lines may have some columns with null values</title>
      <link>https://community.dynatrace.com/t5/DQL/Tab-separated-content-parsing-some-lines-may-have-some-columns/m-p/265701#M1547</link>
      <description>&lt;P&gt;I think I got it - just replaced SPACE with \t&amp;nbsp; .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 17:35:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Tab-separated-content-parsing-some-lines-may-have-some-columns/m-p/265701#M1547</guid>
      <dc:creator>vynid</dc:creator>
      <dc:date>2024-12-18T17:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tab separated content parsing - some lines may have some columns with null values</title>
      <link>https://community.dynatrace.com/t5/DQL/Tab-separated-content-parsing-some-lines-may-have-some-columns/m-p/265724#M1548</link>
      <description>&lt;P&gt;You can also use "BLANK" as it will take care of space and tab, here is the list of matchers available.&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/dpl-grammar" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/dpl-grammar&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 03:57:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Tab-separated-content-parsing-some-lines-may-have-some-columns/m-p/265724#M1548</guid>
      <dc:creator>RohitBisht</dc:creator>
      <dc:date>2024-12-19T03:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tab separated content parsing - some lines may have some columns with null values</title>
      <link>https://community.dynatrace.com/t5/DQL/Tab-separated-content-parsing-some-lines-may-have-some-columns/m-p/265739#M1549</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/79807"&gt;@vynid&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PFA resources regarding log DQL parsing :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-query-language/commands/extraction-and-parsing-commands" target="_blank"&gt;https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-query-language/commands/extraction-and-parsing-commands&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-query-language/commands" target="_blank"&gt;https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-query-language/commands&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.youtube.com/watch?v=F2VbVqNlswk" target="_blank"&gt;https://www.youtube.com/watch?v=F2VbVqNlswk&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hoping it helps.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 07:11:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Tab-separated-content-parsing-some-lines-may-have-some-columns/m-p/265739#M1549</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2024-12-19T07:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tab separated content parsing - some lines may have some columns with null values</title>
      <link>https://community.dynatrace.com/t5/DQL/Tab-separated-content-parsing-some-lines-may-have-some-columns/m-p/274357#M1893</link>
      <description>&lt;P&gt;you can use optional nspace and space with count&lt;/P&gt;&lt;P&gt;for example&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;NSPACE?:f1 SPACE{2} NSPACE?:f2 SPACE{2} NSPACE?:f3 SPACE{2} NSPACE?:f4 SPACE{2} NSPACE?:f5&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 13:19:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Tab-separated-content-parsing-some-lines-may-have-some-columns/m-p/274357#M1893</guid>
      <dc:creator>Mohammed-Samy</dc:creator>
      <dc:date>2025-04-03T13:19:34Z</dc:date>
    </item>
  </channel>
</rss>

