<?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: SAS DI REST transformation in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/357429#M10730</link>
    <description>&lt;P&gt;Ahmed,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I always appreciate extra resources for any solution I am looking for. There is not always just a single way to do something, or code something. Quite honestly.. the more I am reading of this new sublect, the more additional questions I have.. I'm sure I will have additional posts regarding this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2017 12:02:33 GMT</pubDate>
    <dc:creator>cnilsen</dc:creator>
    <dc:date>2017-05-10T12:02:33Z</dc:date>
    <item>
      <title>SAS DI REST transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/356918#M10708</link>
      <description>&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm recently charged with creating a job in DI Studio (v4.901) that will use a REST transformation, an API, and return a Json file with data.&lt;/P&gt;&lt;P&gt;I've never done anything like this before, and the web and SAS seem limited with information about how to something similar. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I sorta understand the concept, requests and replies with the API... codes based on success or failure.&lt;/P&gt;&lt;P&gt;Then using a token to actually GET my data..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know of any resources, examples (examples would be awsome) or ways to find out more?&lt;/P&gt;&lt;P&gt;I'm still on the green side with my programming skills..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 16:09:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/356918#M10708</guid>
      <dc:creator>cnilsen</dc:creator>
      <dc:date>2017-05-08T16:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI REST transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/356956#M10712</link>
      <description>&lt;P&gt;This is not specific to DI Studio, but you can use PROC HTTP and the JSON libname engine (SAS 9.4m4) to fetch and process REST API data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's &lt;A href="http://blogs.sas.com/content/sasdummy/2016/12/02/json-libname-engine-sas/" target="_self"&gt;a blog post to get you started&lt;/A&gt;. &amp;nbsp;I do this work with a number of REST APIs: &lt;A href="http://blogs.sas.com/content/sasdummy/2017/04/14/using-sas-to-access-google-analytics-apis/" target="_self"&gt;Google Analytics&lt;/A&gt;, &lt;A href="http://blogs.sas.com/content/sasdummy/2017/01/05/reporting-on-github-accounts-with-sas/" target="_self"&gt;GitHub&lt;/A&gt;, Brightcove, Lithium. &amp;nbsp;If any of those are something you're working with, I can provide more concrete examples.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 17:40:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/356956#M10712</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-05-08T17:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI REST transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/356961#M10713</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the quick response. I was surprised at the lack of SAS related material and REST API's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My initial project will be with a vendor to retrieve data quarter-hourly and parse it out into SAS datasets. This project is to 'get my feet wet' with this type of work (I've only been working with SAS tools for a few months now). My follow up project will in fact be with Google Analytics, so any examples of work would be welcomed and greatly appreciated. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 17:59:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/356961#M10713</guid>
      <dc:creator>cnilsen</dc:creator>
      <dc:date>2017-05-08T17:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI REST transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/356978#M10716</link>
      <description>&lt;P&gt;When you're ready for it: &lt;A href="http://blogs.sas.com/content/sasdummy/2017/04/14/using-sas-to-access-google-analytics-apis/" target="_self"&gt;Using SAS to access Google Analytics APIs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's definitely a good idea to start with something simple though, if you can. Build your confidence! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 18:54:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/356978#M10716</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-05-08T18:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI REST transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/356983#M10717</link>
      <description>Thank you again..&lt;BR /&gt;It's always good to pushed into learning something new.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 May 2017 19:08:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/356983#M10717</guid>
      <dc:creator>cnilsen</dc:creator>
      <dc:date>2017-05-08T19:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI REST transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/357296#M10726</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know this has been marked solved already, but here is a link to a SAS Global Forum Paper that mentions the DI Studio Transformation you were asking about. just in case somebody was looking for a Use Case of this particular Transformation. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings16/7320-2016.pdf" target="_self"&gt;http://support.sas.com/resources/papers/proceedings16/7320-2016.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;"Querying REST web services via a Data Integration Studio REST Transform or Proc HTTP"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 20:16:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/357296#M10726</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2017-05-09T20:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI REST transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/357429#M10730</link>
      <description>&lt;P&gt;Ahmed,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I always appreciate extra resources for any solution I am looking for. There is not always just a single way to do something, or code something. Quite honestly.. the more I am reading of this new sublect, the more additional questions I have.. I'm sure I will have additional posts regarding this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 12:02:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-REST-transformation/m-p/357429#M10730</guid>
      <dc:creator>cnilsen</dc:creator>
      <dc:date>2017-05-10T12:02:33Z</dc:date>
    </item>
  </channel>
</rss>

