0

我遇到输入 XML 中出现特殊字符的问题。我们如何通过代理工具包中的 ESQL 代码删除 XML 字段中任何地方可能出现的坏字符。在下面的 XML 中,描述字段的字符不正确 - :

<notificationsRequest>
  <BillingCity>Troutdale</BillingCity>
  <BillingCountry>United States</BillingCountry>
  <BillingPostalCode>97060</BillingPostalCode>
  <BillingState>Oregon</BillingState>
  <BillingStreet>450 NW 257th Way, Suite 400</BillingStreet>
  <CreatedById>005w0000003QlXtAAK</CreatedById>
  <Type>Prospect</Type>
  <Tyco_Operating_Co__c>Tyco IS - Commercial</Tyco_Operating_Co__c>
  <Doing_Business_As_DBA__c>Columbia Gorge Outlets</Doing_Business_As_DBA__c>
  <Description>As of January 2016—the property title should read Austell    Columbia Gorge Equities, LLC-dba Columbia Gorge Outlets---so the title should be Austell Columbia Gorge Equities, LLC.</Description>
</notificationsRequest>
4

1 回答 1

0

您的文件似乎带有错误的编码或在从一种编码转换为另一种编码时已损坏。如果您是 MS Windows 用户,您可以使用 Nodepad++ 打开它并尝试将其编码转换为 UTF8 或任何可能的编码来检查问题。

于 2017-04-14T23:41:38.760 回答