We export the orders from our website and people use "quotes" in their messages and when I try to import those the messages are cut off after the first quote. I am not familiar with xsl and wondering if there is a way to wrap the exported value in quotation marks? Thanks for any help.
<xsl:value-of select="$sepstart" /><xsl:value-of select="normalize-space(gift_message)"/><xsl:value-of select="$sepend" />
Solved! Go to Solution.
Found the solution on the Xtento wiki page.
<file filename="MyFileName.csv" quotes="remove">
Hello @greg28818
Hope below link will help you
https://www.w3schools.com/xml/ref_xsl_el_text.asp
If work then marks as a solution or give kudos.
Found the solution on the Xtento wiki page.
<file filename="MyFileName.csv" quotes="remove">