KB Article #177271
In-house detector V3 WITHOUT separator in B2Bi : the code syntax is incorrect
Problem
-- usage of the Inhouse Detector (without separator) : documentation indicates the following syntax for Parameter 12 "code 1" :
"For a parsing with no field separators, you enter the code 2-11:MyPartner"
Test with input file :
ABCDEFGH.111XX22222TESTDN XXCIDFR 150123074522011
In this example the detector will check if the value detected is well 22011.
-- Configuration of the detector :
Parameter 12 Code 1 = 57-61:22011
-- Result in Integrator Trace viewer :
DEBUG 20150722 17.32.34.10 axwaydemo B2Bi PE HME 3 Task 4(procengine(b2bx_jmc.inhousefiledetectionV3.jar))The code syntax '57-61:22011' is incorrect. It should be (without separator): startindex-endindex:value Or (with separator) fieldindex:value
Resolution
* Correct syntaxe to use is :
57-61:"22011"