Hello,
I am working on an automation to create tables in a database from ZIP Files.
Each files will be in a different table.
So, I would like to extract the path of the Zip files, for example with the following directory : C:\user\Mydata\Sales.zip
In this Zip, I have multiple files with the same extension (file1.csv, file2.csv, file3.csv ...)
The goal is to extract the path to these files (without unzipping the folder) and then create the table in a database.
I manage to get the name of the compressed folder using the directory tool however I don't know how to get the files contained in it.
After this, I think I have to use a macro to create the tables but I think I am going to have trouble to do that.
If I wasn't clear, do not hesitate to ask more clarification.
Thank you.