<?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 Can File locations be provided in Visual Text analytics? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Can-File-locations-be-provided-in-Visual-Text-analytics/m-p/475065#M9919</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a feeling the answer is no&amp;nbsp;... but&amp;nbsp;isn't there a way we can provide a location to a filename as part of the data source in Visual Text Analytics&amp;nbsp; (much like we provided a file URL / point to a folder containing text files in Contextual Analysis / Text miner) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I feel it will be a convenient feature in a future release, though there might need to be some thought devoted on how to load that file (rather than just a location to that file) to CAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sundaresh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21549i1DE23C9064E57CFC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jul 2018 22:26:34 GMT</pubDate>
    <dc:creator>SundareshS</dc:creator>
    <dc:date>2018-07-02T22:26:34Z</dc:date>
    <item>
      <title>Can File locations be provided in Visual Text analytics?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Can-File-locations-be-provided-in-Visual-Text-analytics/m-p/475065#M9919</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a feeling the answer is no&amp;nbsp;... but&amp;nbsp;isn't there a way we can provide a location to a filename as part of the data source in Visual Text Analytics&amp;nbsp; (much like we provided a file URL / point to a folder containing text files in Contextual Analysis / Text miner) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I feel it will be a convenient feature in a future release, though there might need to be some thought devoted on how to load that file (rather than just a location to that file) to CAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sundaresh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21549i1DE23C9064E57CFC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 22:26:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Can-File-locations-be-provided-in-Visual-Text-analytics/m-p/475065#M9919</guid>
      <dc:creator>SundareshS</dc:creator>
      <dc:date>2018-07-02T22:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can File locations be provided in Visual Text analytics?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Can-File-locations-be-provided-in-Visual-Text-analytics/m-p/475085#M9920</link>
      <description>&lt;P&gt;No, we currently do not have a way to do this with text actions. Typically the server side actions only have access to content through a table and not through a file system. With the variable length&amp;nbsp;characters, VIYA does not have the 32k limit. So once you have the content in a VIYA table, you can process the longer text variables. Also, if you can get the files into rows of a flat file such as a csv file, then you can use the loadTable&amp;nbsp;action to create a Viya Table&amp;nbsp;that holds the entire content of your observations from the&amp;nbsp;csv&amp;nbsp;file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 02:45:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Can-File-locations-be-provided-in-Visual-Text-analytics/m-p/475085#M9920</guid>
      <dc:creator>RussAlbright</dc:creator>
      <dc:date>2018-07-03T02:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can File locations be provided in Visual Text analytics?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Can-File-locations-be-provided-in-Visual-Text-analytics/m-p/475088#M9921</link>
      <description>&lt;P&gt;Thank you. Yes, your comment about the server side actions ( ...&amp;nbsp;&lt;EM&gt;have access to content through a table and not through a file system&amp;nbsp;&lt;/EM&gt;)&amp;nbsp;makes it clearer.&amp;nbsp;At some point of time, you would need that data (the text content) in memory anyways (as a CAS table) so I now realize that there isn't much to be gained (apart from a small convenience) from what I originally wished for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One alternative (if I want to be stubborn) is to probably make use of the python-swat package, start with a file containing location of documents , and have a python program carry out the work of collect the required text from&amp;nbsp;all mentioned documents, and load it to a CAS table. Or a SAS program which does the same thing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Sundar&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>Tue, 03 Jul 2018 04:05:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Can-File-locations-be-provided-in-Visual-Text-analytics/m-p/475088#M9921</guid>
      <dc:creator>SundareshS</dc:creator>
      <dc:date>2018-07-03T04:05:49Z</dc:date>
    </item>
  </channel>
</rss>

