The attribute pr_mask_logic returns status from token separation when a mask table is not used. (00 is returned if a mask table is used.)
pr_mask_logic = 14 There is no hit pattern in the mask table (jp_bnp_mask.txt) and all text is written out to the business name attribute.
pr_mask_logic = 15 There is a hit pattern in the mask table but the mask pattern is invalid. All text is written out to the business name attribute.
pr_mask_logic = 16 (E token separation). The text before E token (including E token) is considered to be a business name, and the text after the E token is written out as a branch name. When there are multiple E tokens, the last E token takes priority.
pr_mask_logic = 17 (T token separation). The text before T token (business type suffix) is written out as a business name, and the text after the T token is written out as a branch name. The T token is written out as a business type.
pr_mask_logic = 18 (N token separation). N token match is written out as a business name, and the text after the N token is written out as a branch name.