BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
ScottJP
Obsidian | Level 7

Hello - We've recently started using the Autoload feature on our SAS server to load small files into Visual Analytics. However, some CSV files, depending on how they are ordered, may have 50% blank values in some columns. When Autoloaded, SAS is obviously reading 'n' number of observations to determine the type, meaning that observations that DO have values at the end of the dataset get truncated or the fields are of the wrong type to use. The only workaround we can think of is having dummy data in the CSV files. We did try using the Data Prep tool to build a LASR table FROM the one that Autlooad created, but it's too late by that point. 

 

Does anyone know if there is a way to set the number of observations analysed by the Autoload process somewhere please?

 

We're using SAS Management Console 9.4 on Windows 2012 Server, and our Autload folder is the default (\Lev1\AppData\SASVisualAnalytics\VisualAnalyticsAdministrator\AutoLoad).

 

Thanks in advance, 

 

Scott

1 ACCEPTED SOLUTION

Accepted Solutions
alexal
SAS Employee

@ScottJP,

 

Open SAS Management Console -> right-click on the LASR server library -> Properties -> Extended Attributed and increase the value of attribute VA.AutoLoad.Import.RowsToScan.

VA.AutoLoad.Import.RowsToScan
specifies the number of rows to scan to determine the data type and length for each column in an imported table. You can specify a positive integer or the value ALL. The default value is 500. For the administrative reporting library, EVDMLA, the initial value is ALL.

View solution in original post

3 REPLIES 3
alexal
SAS Employee

@ScottJP,

 

Open SAS Management Console -> right-click on the LASR server library -> Properties -> Extended Attributed and increase the value of attribute VA.AutoLoad.Import.RowsToScan.

VA.AutoLoad.Import.RowsToScan
specifies the number of rows to scan to determine the data type and length for each column in an imported table. You can specify a positive integer or the value ALL. The default value is 500. For the administrative reporting library, EVDMLA, the initial value is ALL.

ScottJP
Obsidian | Level 7

Thanks very much - this works 🙂 

alexal
SAS Employee

@ScottJP,

 

You are welcome!

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1041 views
  • 0 likes
  • 2 in conversation