<?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 CSV file with JSON field where the JSON field is bigger than 32K characters in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/CSV-file-with-JSON-field-where-the-JSON-field-is-bigger-than-32K/m-p/573115#M161758</link>
    <description>&lt;P&gt;I have a CSV file which has a few fields like ID (PK), and other IDs (FKs), then a massive JSON field, then a few more fields after that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My concern is how can I read that massive JSON field if it's over the &lt;SPAN&gt;32,767 bytes limit?&amp;nbsp; The next step after reading it in is parsing the JSON field.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am able to parse out the JSON when I don't read in the records over the limit.&amp;nbsp; It creates 19 tables!&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jul 2019 14:45:22 GMT</pubDate>
    <dc:creator>Areksoo</dc:creator>
    <dc:date>2019-07-12T14:45:22Z</dc:date>
    <item>
      <title>CSV file with JSON field where the JSON field is bigger than 32K characters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CSV-file-with-JSON-field-where-the-JSON-field-is-bigger-than-32K/m-p/573115#M161758</link>
      <description>&lt;P&gt;I have a CSV file which has a few fields like ID (PK), and other IDs (FKs), then a massive JSON field, then a few more fields after that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My concern is how can I read that massive JSON field if it's over the &lt;SPAN&gt;32,767 bytes limit?&amp;nbsp; The next step after reading it in is parsing the JSON field.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am able to parse out the JSON when I don't read in the records over the limit.&amp;nbsp; It creates 19 tables!&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 14:45:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CSV-file-with-JSON-field-where-the-JSON-field-is-bigger-than-32K/m-p/573115#M161758</guid>
      <dc:creator>Areksoo</dc:creator>
      <dc:date>2019-07-12T14:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: CSV file with JSON field where the JSON field is bigger than 32K characters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CSV-file-with-JSON-field-where-the-JSON-field-is-bigger-than-32K/m-p/573135#M161763</link>
      <description>Yeah, it's likely in a relational type format that you'll have to link but unfortunately JSON doesn't have defined structure. It's curse and benefit at the same time.</description>
      <pubDate>Fri, 12 Jul 2019 15:15:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CSV-file-with-JSON-field-where-the-JSON-field-is-bigger-than-32K/m-p/573135#M161763</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-12T15:15:51Z</dc:date>
    </item>
  </channel>
</rss>

