BookmarkSubscribeRSS Feed
paul2877
Calcite | Level 5
 
Reeza
Super User

@paul2877 Still a no go, files won't open in Excel and if I change the extension to HTML there's no HTML so that approach won't work. 

 

Please test your files before uploading. You should be able to open it with Excel and if you change the extension to HTML I'd expect to see HTML if I open it in a text editor rather than gibberish. Please also include a screenshot of what the file should look like so that we can ensure it's opening correctly because at this point I'm not sure I'd trust what I'd see.

 

 

paul2877
Calcite | Level 5

do you have any other options to be able to upload a file of this sort without seeing it?

Reeza
Super User

@paul2877 wrote:

do you have any other options to be able to upload a file of this sort without seeing it?


I'm not sure what you mean? You can upload the file to a public dropbox type if you think you're having issues  with the forum, but in general, there's no way we can help with your problem without a sample file. 

 

You can attempt to read the file as HTML/text and see what you get I suppose. Most likely a lot of text, but perhaps you can figure out how to parse that. There are the HTMLDECODE functions to help with some of that. Good Luck.

 

data test;
length x $32000;
infile 'path to xls file' lrecl=32000;
input;
x=_infile_;
run;

 

 

 

 

ChrisHemedinger
Community Manager

I do not think that attached file represents a complete file.  It's missing the data sheets (Sheet001.htm) referenced inside of it.

 

Oh, but that second on (samplefile2.xls) has some data I see.

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.

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!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 34 replies
  • 2444 views
  • 2 likes
  • 5 in conversation