less than in data mapper
AnsweredHi,
I have an RSS feed where I need to trim the <description> element below. I want to use substring-before() on the <, but I can’t figure out the right syntax in the data mapper to search for the string literal ‘<’. Any ideas?
<description>
House of...<div class="feedflare">
</description>
0
-
Official comment
This can be achieved by using
Substring-before(Source schema x-path, '<' )
function on target element of mapping. Also make sure the <description> field is defined in a single line.
Please sign in to leave a comment.
Comments
1 comment