<?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: Streaming dataset bulk push of JSON data in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Streaming-dataset-bulk-push-of-JSON-data/m-p/3285347#M43095</link>
    <description>&lt;P&gt;Do I need to have each JSON array closed with square brackets [ ] or is this just not possible regardless of formatting?&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2023 07:20:19 GMT</pubDate>
    <dc:creator>JimmyDXB</dc:creator>
    <dc:date>2023-06-15T07:20:19Z</dc:date>
    <item>
      <title>Streaming dataset bulk push of JSON data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Streaming-dataset-bulk-push-of-JSON-data/m-p/3285324#M43093</link>
      <description>&lt;P&gt;I have a streaming dataset that I'm sending data to where I want to optimize the usage of the API by pushing several rows of data at a time. I receive the data in 15s intervals, but in batches of ~100 rows and want to push them in bulk rather than one row at a time. Is that possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I've tried doing that with data that looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[
   {
        "temp": 38.7,
        "pressure": 2.6
   },
   {     
        "temp": 32.6,
        "pressure": 2.2
   }
]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get a 404 response. Any suggestions for how to implement this?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 07:19:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Streaming-dataset-bulk-push-of-JSON-data/m-p/3285324#M43093</guid>
      <dc:creator>JimmyDXB</dc:creator>
      <dc:date>2023-06-15T07:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming dataset bulk push of JSON data</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Streaming-dataset-bulk-push-of-JSON-data/m-p/3285347#M43095</link>
      <description>&lt;P&gt;Do I need to have each JSON array closed with square brackets [ ] or is this just not possible regardless of formatting?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 07:20:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Streaming-dataset-bulk-push-of-JSON-data/m-p/3285347#M43095</guid>
      <dc:creator>JimmyDXB</dc:creator>
      <dc:date>2023-06-15T07:20:19Z</dc:date>
    </item>
  </channel>
</rss>

