Error using concat in OIC mapper
Content
Hi,
I am trying to use concat() in OIC mapper XSLT. I am modifying the xslt using jdeveloper as i have a requirement to group the source data.
The concat usage within xslt is as below:
<xsl:variable name="ConfigKey" select="concat(fn:number($CustAccNum), '_', $CustomerClass)" xml:id=""/>
I am able to import the modified xslt. But it errors out while running. Below is the error detail:
/resources/processor_8060/resourcegroup_8063/req_ddd19f45661245399e1622c752e8806e.xsl<Line 91, Column 244>: XML-23006: (Error) value does not match required type Check the detailed root cause described in the exception message text and verify that the XPath query is correct.
Tagged:
0