BookmarkSubscribeRSS Feed
BilaTheLegend
Fluorite | Level 6

Hi Experts,

 

I have a huge pdf file with thousands of caracteres. Is there a limit to import files into SAS Viya ? 

 

Best regards,

1 REPLY 1
TWoodfield
SAS Employee

I am hesitant to respond because I may not have the best answer to your question. However, since you posted so long ago, I felt like you deserved a response.

 

There is no documented limit to document size that I could find. I have converted English and German language PDF files having over 500 pages. The converted files appear to be encoded using UTF-8 encoding, and it appears that a VarChar variable length character variable is used to hold the text. In the older SAS Text Miner software, VarChar data types are not supported, so the PDF file is converted and written to disk. SAS Text Miner reads the complete file from disk, even if it has more than 32,767 characters, where 32,767 is the maximum size of a fixed length character variable. In both SAS Text Miner and SAS Visual Text Analytics, no document truncation occurs unless you force truncation. There can be some challenges in viewing and scrolling through very large documents.

 

Give it a try. Nothing succeeds like success.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 752 views
  • 1 like
  • 2 in conversation