Folder Monitor-2.1115.1247
| Folder Monitor |
|---|---|
A very powerful tool EDI type automation!
Primary Features
|
<Troubleshooting Tips>
When your csv (Return Value) gives you “Undefined Variable” error, it is likely that the Folder Monitoring plugin is finding 0 results in the folder.
Please double check your folder path and the file type settings.
QUICK NOTE: Headers for CSV as Return Value are: 'index', 'filepath', and 'filesize' (case sensitive as variable-names)
Suppose you have a folder like this.
Usage 2
Below settings translate to: Check the folder C:\Users\sato3\Desktop\Customer Demo Folder\Folder C and store the details of all the .docx file such as file paths and file sizes.
The resulted CSV will look like below with headers --- [index, filepath, filesize]
1, C:\Users\sato3\Desktop\Customer Demo Folder\Folder C\sample word 01.docx, 66267
2, C:\Users\sato3\Desktop\Customer Demo Folder\Folder C\sample word 02.docx, 1596454
When using the data, you must specify like below. (in this case the group name is: Folder_C)
{{Folder_C.index(#)}} {{Folder_C.filepath(#)}} {{Folder_C.filesize(#)}}
Where # should be the row # of CSV.
More information in Benny's Secret Functions.
You can use two File Monitor consecutively to get # of files and file data.