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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 654 views
  • 1 like
  • 2 in conversation