Hi,
I am trying to import a number of CSV's from a number of folders including subfolders. The snag is that I need to record the folder name with the file contents from each folder.
I can import the file name and contents when it is from one folder, but not multiple.
I am able to import the full directory list including the folder/subfolder names but not the contents of the actual files. I have used a function from http://allenbrowne.com/ser-59alt.html fofull location for this.
If i have the full path of the files I need in a seperate table, can I use this to loop through to import the files?
I have tried everything I have found on the subject and believe I'm very close :)
Thanks all
Gareth
I am trying to import a number of CSV's from a number of folders including subfolders. The snag is that I need to record the folder name with the file contents from each folder.
I can import the file name and contents when it is from one folder, but not multiple.
I am able to import the full directory list including the folder/subfolder names but not the contents of the actual files. I have used a function from http://allenbrowne.com/ser-59alt.html fofull location for this.
If i have the full path of the files I need in a seperate table, can I use this to loop through to import the files?
I have tried everything I have found on the subject and believe I'm very close :)
Thanks all
Gareth
Comment