Situation:
When I was try to apply the following textual rule
$Input_FrontExtract_XMLSchema/faextract/records/record[1]/field[2]
The rule does not get applied
Cause:
The issue exists in case the textual rule used in Mapping ends with a predicate.
Solution:
Add “/text()” to the textual rule as below
$Input_FrontExtract_XMLSchema/faextract/records/record[1]/field[2]/text()
Comments
0 comments
Article is closed for comments.