Hello Experts,
I need to import multiple files from a location. Each files are having different format(xlsx,xls,csv,txt). I need to import all the files into sas. How to import all file which has different format in a location in a single go.
My requirement is like below:
Path: https://communities.sas.com/files
For instance, In the above path, i am having multiple files.
All_Files.zip (It contains 4 files PY_payment.xlsx , PY_sales.xls , PY_transaction.txt , PY_stores.csv)
payment.xlsx
sales.xls
transaction.txt
stores.csv
I need to import all this files into SAS. Can any one please suggest any macro or any method to import all files without doing any manual work.
Thanks in advance