cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Determination - condition editor

Former Member
0 Kudos

Hi,

I have a receiver determination which receives files and the filename determines where the file is sent/routed. I am using the condition editor for this functionality and need some help. The filename contains the following format 'xxxxxx010xxx20070101.out' where xxx represents different codes depending on the extraction. I used the following in the condition editor:

++++++010* I understood each + to represent a character. This is not working, any ideas?

Thanks,

Leanne

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

you can utilize XPATH functions in your conditions to acheive the same.

Try to take the help of the following weblog and maybe the string functions of xpath to achieve your results.

ref:

/people/shabarish.vijayakumar/blog/2006/06/07/customise-your-xpath-expressions-in-receiver-determination

http://www.w3schools.com/xpath/xpath_functions.asp#string

Answers (0)