<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: danoleg</title>
    <description>The latest articles on DEV Community by danoleg (@danoleg).</description>
    <link>https://dev.to/danoleg</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F437152%2F2d1b6a90-c495-4d03-95c8-e8b3f34202a7.jpeg</url>
      <title>DEV Community: danoleg</title>
      <link>https://dev.to/danoleg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/danoleg"/>
    <language>en</language>
    <item>
      <title>Easy data import into IRIS</title>
      <dc:creator>danoleg</dc:creator>
      <pubDate>Tue, 21 Jul 2020 14:23:03 +0000</pubDate>
      <link>https://dev.to/intersystems/easy-data-import-into-iris-g63</link>
      <guid>https://dev.to/intersystems/easy-data-import-into-iris-g63</guid>
      <description>&lt;p&gt;Sometimes you need quickly and easily import data into IRIS. For this, an IRIS import manager has been developed.&lt;/p&gt;

&lt;p&gt;This application allows you to import JSON data and also provides a really simple interface for transferring data from MongoDB collections to IRIS globals. It has never been so easy.&lt;/p&gt;

&lt;p&gt;Let's look at examples.&lt;/p&gt;

&lt;h3&gt;
  
  
  Import JSON
&lt;/h3&gt;

&lt;p&gt;Suppose we have data in JSON format and we want to import it into IRIS. To do this, you just need to specify the global name and insert the data. After import, you will see the imported data. If global exists data will be overwritten.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OMEZ5ASH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/yan84kkukdkrz2jrgxjx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OMEZ5ASH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/yan84kkukdkrz2jrgxjx.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Import MongoDB collections
&lt;/h3&gt;

&lt;p&gt;There is a collection navigation on the main page.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--sgVjbx38--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/n0211iohn05m8mfexe01.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--sgVjbx38--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/n0211iohn05m8mfexe01.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Just open the collection and you will see information about it and import control buttons that allow you to transfer data to IRIS or clear it.&lt;/p&gt;

&lt;p&gt;After import, you will also see the imported data.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--uOqsY-u0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/y944fnixhfmn9yh22l4d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--uOqsY-u0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/y944fnixhfmn9yh22l4d.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What other imports would you like to have in this application? Any ideas are very welcome.&lt;/p&gt;

</description>
      <category>json</category>
      <category>python</category>
      <category>tools</category>
      <category>iris</category>
    </item>
  </channel>
</rss>
