вторник, 12 апреля 2016 г.

remove spaces in the fields for receiver determination condition

Dear All,

p1:VDA490500/S512[(ABCDE ="200") and (EFGHI != "155") but in second one we are getting 3 spaces after 200 IN THE INPUT PAYLOAD.how to write in this case in receiver determination.

Ans:
You can use below XPATH:

  1. p1:VDA490500/S512[ABCDE != "155" and normalize-space(EFGHI) ="200"]   

Комментариев нет:

Отправить комментарий