我在MS SQL Server 2019中将Unicode数据与XML字符串混合设置为nvarchar。我试图将它们带入Snowflake,但失败了。我尝试使用varchar和variant数据类型,并且也将该字段括在双引号中,但失败了。错误将显示为“解析字段时达到记录末尾”。这是一个示例字符串:
Sturdily constructed and clad in soft rubber, these folding binoculars feature a blue-coated lens and center focus. They fold up for easy carrying and include a case with a belt loop and neck strap. They measure 1.75” H x 3.75” W x 3.5” D.<br/>
<p style="border-style: solid; border-color: #000000; border-width: 2px; width: 23em; font-family: Sans-serif; font-size: 8pt; padding: 1px">
<img src="https://rwcontent.awardcenter.com/images/Release/CustomImages/9104-warning-sign-clipart.png" height="15" width="15"/> <span style:"inline:true;"><b>WARNING:</b> Cancer and Reproductive Harm -</span>
<br/>
<span style="margin-left: 20px"><a href="https://www.P65Warnings.ca.gov" target="_blank" style="color: #000000; text-decoration: none;">www.P65Warnings.ca.gov</a></span>
</p>
任何有关如何解决此问题的建议将不胜感激。谢谢。
塔伦。