Generates a table Data Source with a list of all the files in a path.
Properties
| From |
|
| To | Name of the Output Data Source. Default = 'TO' |
Parameters
| @Recursive | Include files from subfolders if True (Introduced from Perfion 2022-R1-SR1) |
| @FILTER | Filter the result of the selected data. See Action Commands - Introduction for more information. (Introduced from Perfion 2023-R1 SR1) |
| @ORDER | Order the result of the selected data. See Action Commands - Introduction for more information. (Introduced from Perfion 2023-R1 SR1) |
Example
Shows how to search the path “C:\Perfion\HotFolder”, and return the result in a Data Source named “MyFileList”.
| Action Map - From | To | Command |
| C:\Perfion Data\Import\HotFolder | MyFileList | GET.FILELIST |
| TRUE | @Recursive |
The returned list would contain information similar to the following.
Comments
0 comments
Please sign in to leave a comment.