<?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: Creating RTDM flow in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Creating-RTDM-flow/m-p/326441#M315</link>
    <description>&lt;P&gt;At first glance your REST syntax looks correct. Your event would have two request variables in it ("&lt;SPAN&gt;visitorIdentification" - type String, and "sample" - type Data Grid).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There's no way to directly write that to a table, though, so you'll need to pass the data grid as an input variable into a process node and then use DS2 (for example) to iterate through the table/columns to create and issue the insert statements using the SQLSTMT package.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2017 22:37:30 GMT</pubDate>
    <dc:creator>shill</dc:creator>
    <dc:date>2017-01-20T22:37:30Z</dc:date>
    <item>
      <title>Creating RTDM flow</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Creating-RTDM-flow/m-p/325924#M311</link>
      <description>&lt;P&gt;I need to create a &amp;nbsp;decision flow in SAS RTDM which reads the table data as input parameter and insert the data into that table. I need to make this as a REST API call which invokes this decision flow and processes the input table data as a JSON parameter.&lt;/P&gt;
&lt;P&gt;E.g&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"version":"1",&lt;BR /&gt;"correlationId":"a325f232-982c",&lt;BR /&gt;"clientTimeZone":"UTC",&lt;BR /&gt;"inputs":{&lt;BR /&gt;"visitorIdentification":"demo@sample.com",&lt;BR /&gt;"sample":[&lt;BR /&gt;{&lt;BR /&gt;"metadata":[&lt;BR /&gt;{&lt;BR /&gt;"action":"string"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"targetType":"string"&lt;BR /&gt;},&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"data":[&lt;BR /&gt;[&lt;BR /&gt;"TopOfPage",&lt;BR /&gt;null,&lt;BR /&gt;],&lt;BR /&gt;[&lt;BR /&gt;"BottomOfPage",&lt;BR /&gt;null,&lt;BR /&gt;],&lt;BR /&gt;[&lt;BR /&gt;"Replace",&lt;BR /&gt;"Name",&lt;BR /&gt;]&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I am new to RTDM, please let me have your inputs on how to start with this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Siva&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 10:20:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Creating-RTDM-flow/m-p/325924#M311</guid>
      <dc:creator>sivaram_veerabagu</dc:creator>
      <dc:date>2017-01-19T10:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating RTDM flow</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Creating-RTDM-flow/m-p/326441#M315</link>
      <description>&lt;P&gt;At first glance your REST syntax looks correct. Your event would have two request variables in it ("&lt;SPAN&gt;visitorIdentification" - type String, and "sample" - type Data Grid).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There's no way to directly write that to a table, though, so you'll need to pass the data grid as an input variable into a process node and then use DS2 (for example) to iterate through the table/columns to create and issue the insert statements using the SQLSTMT package.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 22:37:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Creating-RTDM-flow/m-p/326441#M315</guid>
      <dc:creator>shill</dc:creator>
      <dc:date>2017-01-20T22:37:30Z</dc:date>
    </item>
  </channel>
</rss>

