How to Data correlate such that it ignores certain value while matching contents.
Example below: **
Responder Name: doJob00001
Failed to respond to incoming message using data source row correlation
Values in incoming message did not match values in the data source "doJob00001"
CONTROL:DIV=*:DBC=AA:USR=AP1:REQ=BA:BTC=W__R__:IID=Other:UID=01:FND=----:MBR=:ACT=G:EFD=04/07/2018**:REP=Q615:UD1=01/07/2014:UD2=30/06/2015:US1=195041584:US2=:US3=:US4=:US5=
END-OF-FILE
In the given above example, EFD=04/07/2018 contains date value and it changes daily. Given this scenario how to configure data correlation such that it ignores the "EFD" value everytime. I am using Embedded data repository to store the value.
Best Answer
-
Instead of using the exact string in the data source row, you can enter a pattern. Please see the section "String Pattern Matching" under the topic "Criteria Expressions for Matching Values with the Message Responder" in the help documentation for details.
5
Answers
-
Hey Keegan Thanks it works
0