Forum Discussion
Iterate through folder and subfolders to get cvs data
- Anonymous4 years ago
If all of the files in the different subfolders have the same structure, you can use Folder.Files, and then the transform query will help you combine them. If there are differently structured files in each folder, I would replace Folder.Files with Folder.Contents, which will give you a view of the different folders, into which you can drill down into the individual files.
--Nate
If all of the files in the different subfolders have the same structure, you can use Folder.Files, and then the transform query will help you combine them. If there are differently structured files in each folder, I would replace Folder.Files with Folder.Contents, which will give you a view of the different folders, into which you can drill down into the individual files.
--Nate