<?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: proc json in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-json/m-p/500217#M133182</link>
    <description>&lt;P&gt;1- What have you tried?&lt;/P&gt;
&lt;P&gt;2- MS files are best avoided as many people will not/cannot download them. Post a sample of the data instead.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;How to convert datasets to data steps&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/help/faqpage/faq-category-id/posting#posting" target="_blank"&gt;How to post code&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 30 Sep 2018 21:26:43 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2018-09-30T21:26:43Z</dc:date>
    <item>
      <title>proc json</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-json/m-p/500009#M133088</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I have an excel file have to convert to json&amp;nbsp; using proc json&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have -excel sheet attached&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;want-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"sources": [&lt;BR /&gt;{&lt;BR /&gt;"alias": "countrycodes",&lt;BR /&gt;"type": "gcs",&lt;BR /&gt;"project": "TBD",&lt;BR /&gt;"bucket": "country_codes_mvp",&lt;BR /&gt;"directory": "/s/xxxx/",&lt;BR /&gt;"filename": "test.txt",&lt;BR /&gt;"file_type": "text",&lt;BR /&gt;"data_structure_type": "full",&lt;BR /&gt;"primary_table": true,&lt;BR /&gt;"schema_file": "/xxx/xxxx/text.msc",&lt;BR /&gt;"filter_criteria": "trim(status) ='Current' and cast(trim(effectivedate) as date)=?",&lt;BR /&gt;"filter_attributes": [&lt;BR /&gt;{&lt;BR /&gt;"name": "run_ts",&lt;BR /&gt;"type": "long"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 19:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-json/m-p/500009#M133088</guid>
      <dc:creator>partha_125</dc:creator>
      <dc:date>2018-09-28T19:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: proc json</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-json/m-p/500217#M133182</link>
      <description>&lt;P&gt;1- What have you tried?&lt;/P&gt;
&lt;P&gt;2- MS files are best avoided as many people will not/cannot download them. Post a sample of the data instead.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;How to convert datasets to data steps&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/help/faqpage/faq-category-id/posting#posting" target="_blank"&gt;How to post code&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2018 21:26:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-json/m-p/500217#M133182</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-09-30T21:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: proc json</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-json/m-p/500390#M133261</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;I have tried the basic proc json using write values and&amp;nbsp; export statements . but could not do the nested arrays.&lt;/P&gt;&lt;P&gt;Pls find the input file below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23663i217843BC5BE99058/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:08:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-json/m-p/500390#M133261</guid>
      <dc:creator>partha_125</dc:creator>
      <dc:date>2018-10-01T14:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: proc json</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-json/m-p/500560#M133333</link>
      <description>&lt;P&gt;Did you see &lt;A href="https://communities.sas.com/t5/SAS-Programming/PROC-JSON-create-a-hierarchical-file/td-p/410919" target="_self"&gt;this&amp;nbsp;&lt;SPAN&gt;discussion&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;about &lt;SPAN&gt;creating hierarchical JSON files using the WRITE statement&lt;/SPAN&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 21:26:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-json/m-p/500560#M133333</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-10-01T21:26:14Z</dc:date>
    </item>
  </channel>
</rss>

