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!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.