Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Stefan
2015-09-28T15:48:05Z
Hi,

I am attempting to get VC to look for the creation of specific file names.

So i will eventually have a job that will wait for 5 separate .txt files coming from various locations to a general UNC path. \\domain\Triggers

The files will be:

Trigger1.txt
Trigger2.txt
Trigger3.txt
Trigger4.txt
Trigger5.txt

But everytime I try to specify a file name it simply does not run. How do I achieve this? Additionally is it possible to parse in things such as Filename_Todaysdate.txt that would be highly useful.
Sponsor
Forum information
ErikC
2015-09-29T06:09:48Z
Hi Stephan, welcome to the forum!

When you make a file trigger, you should know the path where the files will come in.
As the filename for the trigger you could use 'Trigger*.txt'. The * lets trigger the job on evet file that starts with Trigger and ends with .txt.
You should know that this filename also will trigger the job: TriggerFinger.txt The * lets everything pass.

If you want to be sure the triggered file ahs a pattern, you could make a condition.
This condition checks the filename of the trigger to a format you want (string compare) with the todays date.
You add this condition to the 1st task in your job.
In the actions of your condition you tell the jobs to stop when there is no match and to continue if there is a match.

Good luck!

Regards
Erik
Uses Visualcron since 2006.
Stefan
2015-09-29T08:36:01Z
Originally Posted by: ErikC 

Hi Stephan, welcome to the forum!

When you make a file trigger, you should know the path where the files will come in.
As the filename for the trigger you could use 'Trigger*.txt'. The * lets trigger the job on evet file that starts with Trigger and ends with .txt.
You should know that this filename also will trigger the job: TriggerFinger.txt The * lets everything pass.



I am having issues making this part work please see below screen shot:

Trigger.JPG

Yet when I drop a file in there named Trigger.txt nothing happens, I have dropped the *, doesn't help, tried with and without quotes, nothing works. But when i set the mask as simply *.txt it works fine. Do i need to set the file name somewhere else?

thomas
2015-09-29T11:11:25Z
It's without quotes. Try calling it something else than trigger.txt. See the part about Duplicate file delay in the help file:

Duplicate file delay
Some systems create duplicate Created/Changed events. The duplicate file delay is a time period where no new events are accepted from the same file name.
Scroll to Top