String replace with comma seperated items not working
-
What I want:
Replacing Gender String “Damen, Herren, Unisex” with “unisex”.
What I did:
String Replace:
– Attribute: Gender
– String to Search: Damen, Herren, Unisex
– String to replace: unisex
In Feed Config I set:
– Google Attribute to: Gender
– Type to: Attribute
– Value to: Gender
– Output Type to: default
(no pre- oder suffix, no command)
Issue:
Output in XML still says:<g:gender> <![CDATA[ Damen, Herren, Unisex ]]> </g:gender>
Any idea how to solve this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘String replace with comma seperated items not working’ is closed to new replies.