Hi,
I am asked to create a process to upload files(.CSV) to a website and I am wondering if there is a way in SAS/SAS EG to do this thru code. Please let me know.
The file I plan to upload has 20 columns(name, age, race ..etc).
Easiest method is FTP, using FILENAME FTP, if the web site supports that.
If the site requires HTTP (like a web form) it can get a little trickier, but usually PROC HTTP (and the POST method) can be coaxed into doing the job.
Thank you Chris!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.