<?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 Support for .csv when extracting Problems via api/v2 in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173386#M1425</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently Problems can only be extracted in .json format via the API&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When will Problem export from API to .csv be supported&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Alan&lt;/P&gt;</description>
    <pubDate>Thu, 18 Nov 2021 10:32:45 GMT</pubDate>
    <dc:creator>AlanFoley</dc:creator>
    <dc:date>2021-11-18T10:32:45Z</dc:date>
    <item>
      <title>Support for .csv when extracting Problems via api/v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173386#M1425</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently Problems can only be extracted in .json format via the API&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When will Problem export from API to .csv be supported&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Alan&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 10:32:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173386#M1425</guid>
      <dc:creator>AlanFoley</dc:creator>
      <dc:date>2021-11-18T10:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Support for .csv when extracting Problems via api/v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173464#M1426</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;did you try to perform the API call forcing the "Accept" header to csv?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;text/csv; header=present&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 14:53:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173464#M1426</guid>
      <dc:creator>monitoringteam1</dc:creator>
      <dc:date>2021-10-05T14:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Support for .csv when extracting Problems via api/v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173497#M1427</link>
      <description>&lt;P&gt;Any chance your company has Excel (some do not). Excel Power Query is a built in feature and very very good at converting a JSON to a table.&amp;nbsp; &amp;nbsp;I actually find that it's better to receive JSON instead of CSV because some fields could contain multiple values (such as impacted and affected data).&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With JSON you can choose if you want to expand out those data points or leave them compressed.&amp;nbsp; If it output as CSV it would have to use a different delimiter between the commas to support that.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 20:36:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173497#M1427</guid>
      <dc:creator>ct_27</dc:creator>
      <dc:date>2021-10-05T20:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Support for .csv when extracting Problems via api/v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173509#M1428</link>
      <description>&lt;P&gt;I did try that but header is npt supported:&lt;/P&gt;&lt;P&gt;I used the following:&amp;nbsp; &amp;nbsp;-H "accept: text/csv; header=present; charset=utf-8"&lt;/P&gt;&lt;P&gt;Gave this error:&amp;nbsp;&amp;nbsp;{"error":{"code":406,"message":"Unsupported/Missing 'Accept' header."}}&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 03:36:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173509#M1428</guid>
      <dc:creator>AlanFoley</dc:creator>
      <dc:date>2021-10-06T03:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Support for .csv when extracting Problems via api/v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173510#M1429</link>
      <description>&lt;P&gt;Yes I have used Power Query to convert to a table but you need to be M Code proficient to handle the next page loops and I have not mastered that yet - if you have some sample M Code that you are willing to share that handles the looping that would be great - thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 03:44:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173510#M1429</guid>
      <dc:creator>AlanFoley</dc:creator>
      <dc:date>2021-10-06T03:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Support for .csv when extracting Problems via api/v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173522#M1430</link>
      <description>&lt;P&gt;Have you tried to use a converter JSON to CSV? Should do the trick. For instance:&amp;nbsp;&lt;A href="https://data.page/json/csv" target="_blank"&gt;https://data.page/json/csv&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 07:45:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173522#M1430</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2021-10-06T07:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Support for .csv when extracting Problems via api/v2</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173550#M1431</link>
      <description>&lt;P&gt;Appreciate the reply but my requirement is to implement this in a batch process - It would be great if Monitored Entities could be extracted via API in the same way that Metrics are extracted - that would solve a lot of limitations with nextpage issues in json output - thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 15:40:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Support-for-csv-when-extracting-Problems-via-api-v2/m-p/173550#M1431</guid>
      <dc:creator>AlanFoley</dc:creator>
      <dc:date>2021-10-06T15:40:47Z</dc:date>
    </item>
  </channel>
</rss>

