Just wanted to know if anyone had experience of redirecting docs to different pipeline stages using routing stage using regex on the name of the document.
I have to do this because I do not know the exact name - just part of it.
Or is there a better way of doing it using scanners?
Does this facility exist?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hiya,
Just wanted to know if anyone had experience of redirecting docs to different pipeline stages using routing stage using regex on the name of the document.
I have to do this because I do not know the exact name - just part of it.
Or is there a better way of doing it using scanners?
Does this facility exist?
I think there are a few options.
Using scanners with different filters should work.
The filename is in the pipeline document, so you should be able to use the Router stage to do the right thing.
The Router stage is very simple. You could easily modify it to your needs.
Sherman