Hi all ,
I have some filenames containing bullet character (∙) which i will like to have it process using folder capture however im not able to capture the files with bullet character (∙) even though i put the mask . .
please advice how can i work on this type of files.
Thank you!
Did you try using a regular expression as your mask?
I ask Copilot this:
How to make a regex mask that includes filename with bullet character
and got this:
/.•./
Can you try it?
Dear @RA0110,
Can you share an example of a filename of such a file which you would like to process using folder capture?
I just executed a basic Workflow process, existing of the Workflow plugins Folder Capture → Set Job Infos and Variables → Delete, in service mode and I am able to process the three TXT files with the below filenames:
test•123.txt
test123•.txt
•test123.txt
Settings applied
PlanetPress Watch logging
=======================================================================
START: 2025/06/02 00:27:33
INFO : OL Connect Workflow Version 2025.1.1.7735
[...]
------------------------------------------------------------------------
WPROC: Process1 (thread id: 6248) - 00:27:36
INFO : 00:27:36.675 [0001] File captured : C:\ProgramData\Objectif Lune\PlanetPress Workflow 8\PlanetPress Watch\Spool\0.tmp\job010MRD7SQTD6H0D71FAB.dat, size: 12 bytes
INFO : 00:27:36.675 [0001] Plugin Folder Capture completed successfully - 00:27:36 (elapsed time: 00:00:00.058)
INFO : 00:27:36.675 [0002] JobInfo/Variable %9 is set to "test•123.txt"
INFO : 00:27:36.675 [0002] Plugin Set Job Infos and Variables completed successfully - 00:27:36 (elapsed time: 00:00:00.000)
INFO : 00:27:36.675 [0003] Deleting file : job010MRD7SQTD6H0D71FAB.dat, size: 12 bytes
INFO : 00:27:36.675 [0003] Plugin Delete completed successfully - 00:27:36 (elapsed time: 00:00:00.000)
WPROC: Process1 (thread id: 6248) complete - 00:27:36 (elapsed time: 00:00:00.060)
[...]
INFO : 00:29:24.989 [0002] JobInfo/Variable %9 is set to "test123•.txt"
INFO : 00:29:24.989 [0002] Plugin Set Job Infos and Variables completed successfully - 00:29:24 (elapsed time: 00:00:00.000)
[...]
INFO : 00:29:25.021 [0002] JobInfo/Variable %9 is set to "•test123.txt"
INFO : 00:29:25.021 [0002] Plugin Set Job Infos and Variables completed successfully - 00:29:25 (elapsed time: 00:00:00.000)
[...]
Hi Marten,
This is the sample. test•123.pdf
Do i use the same steps too?
Thanks!
Hi Marten,
Filename as below: Sales Order - SO-123456 ∙ ABC & ABC PTE. LTD. (LIVE).pdf
i tried doing what you suggested by the files seems to be unable to capture.