<?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: Process Video &amp;amp; Picture file in SAS DI (ETL job) in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Process-Video-amp-Picture-file-in-SAS-DI-ETL-job/m-p/595292#M2553</link>
    <description>&lt;P&gt;Short answer: no.&lt;/P&gt;
&lt;P&gt;The maximum length of unstructured data you can store in SAS is 32767 bytes (maximum length of character variables).&lt;/P&gt;
&lt;P&gt;You need to set up a repository for such files, and only store the path and filenames in the SAS dataset.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Oct 2019 08:52:05 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-10-10T08:52:05Z</dc:date>
    <item>
      <title>Process Video &amp; Picture file in SAS DI (ETL job)</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Process-Video-amp-Picture-file-in-SAS-DI-ETL-job/m-p/595291#M2552</link>
      <description>&lt;P&gt;can we import export&amp;nbsp;Video &amp;amp; Picture unstructured file in SAS DI Studio . I am working on RFP and client having Video &amp;amp; Image file as source data which need to load on Azure data lake (HDFS file system ) &amp;amp; Azure DWH (SQL Server ) using SAS ETL job . I want to know that can we process&amp;nbsp;Video &amp;amp; Picture unstructured file in SAS DI Studio if use than which transformation and format need to use . can we store Video &amp;amp; Picture unstructured data in SAS work table.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 08:49:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Process-Video-amp-Picture-file-in-SAS-DI-ETL-job/m-p/595291#M2552</guid>
      <dc:creator>anandsasbi</dc:creator>
      <dc:date>2019-10-10T08:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Process Video &amp; Picture file in SAS DI (ETL job)</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Process-Video-amp-Picture-file-in-SAS-DI-ETL-job/m-p/595292#M2553</link>
      <description>&lt;P&gt;Short answer: no.&lt;/P&gt;
&lt;P&gt;The maximum length of unstructured data you can store in SAS is 32767 bytes (maximum length of character variables).&lt;/P&gt;
&lt;P&gt;You need to set up a repository for such files, and only store the path and filenames in the SAS dataset.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 08:52:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Process-Video-amp-Picture-file-in-SAS-DI-ETL-job/m-p/595292#M2553</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-10-10T08:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Process Video &amp; Picture file in SAS DI (ETL job)</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Process-Video-amp-Picture-file-in-SAS-DI-ETL-job/m-p/595397#M2554</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/74794"&gt;@anandsasbi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if I get this right then you have somewhere Video &amp;amp; Picture files (BLOB) which you need to move to Azure Blob storage surfaced via SQL Server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS 9.4 can't store Blob in a SAS table (SAS Viya/CAS could potentially). But.... I don't think it makes a lot of sense in first place to load data from some source to Azure via some intermediary SAS storage.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You still can use SAS as "remote control" to orchestrate the process. You can implement such user written SAS code in DIS via a user written transformations or re-usable via custom transformations.&amp;nbsp;The only ootb transformation which is eventually of use is&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/proceedings17/SAS0491-2017.pdf" target="_self"&gt;Transfer to Hadoop&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 13:50:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Process-Video-amp-Picture-file-in-SAS-DI-ETL-job/m-p/595397#M2554</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-10-10T13:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Process Video &amp; Picture file in SAS DI (ETL job)</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Process-Video-amp-Picture-file-in-SAS-DI-ETL-job/m-p/595585#M2555</link>
      <description>&lt;P&gt;This is a bit off-topic but SAS Viya has image processing capabilities:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Image-Processing-with-SAS-Viya/ta-p/568082" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Image-Processing-with-SAS-Viya/ta-p/568082&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And SAS Event Stream Processing has similar capabilities:&amp;nbsp;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/2103-2018.pdf" target="_blank"&gt;https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2018/2103-2018.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 23:01:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Process-Video-amp-Picture-file-in-SAS-DI-ETL-job/m-p/595585#M2555</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-10-10T23:01:50Z</dc:date>
    </item>
  </channel>
</rss>

