We can use the string-length() in conjunction with substring to get the last 4 characters
<xsl:value-of select="substring(cbc:Note, string-length(cbc:Note) - 3)" />
Example:
Input: Note: abcdefg1234
Output: 1234
We can use the string-length() in conjunction with substring to get the last 4 characters
<xsl:value-of select="substring(cbc:Note, string-length(cbc:Note) - 3)" />
Example:
Input: Note: abcdefg1234
Output: 1234
To remove leading zeros from an numeric field in Oracle Integration Cloud (OIC) using XSLT, you can Use number() Function The number() funct...
No comments:
Post a Comment