Products | Versions |
---|---|
TIBCO Cloud Integration - Connect ( Scribe ) | - |
Scribe Online currently has an issue with source data containing some ASCII control characters with values less than hex 0x20 (see http://en.wikipedia.org/wiki/ASCII). In general, Scribe Online can replicate or synchronize this data, but when a record with one of these characters fails for some reason, Scribe Online may be unable to display the row properly in the Execution History. Also, if you try to preview source data containing these characters, the system may look like it is loading the preview data continuously until you cancel the operation.
Finally, systems that have APIs based on XML such as Salesforce.com and Microsoft Dynamics CRM are unable to accept characters in this low range. With systems that use these characters as a way to represent null, there is a technique to work around it.
If Salesforce or CRM are your target and you try to integrate data with these control characters in it, the data is not be allowed to go into these systems. This is because these control characters are not compatible with XML and the API that you used to connect with Salesforce and CRM need XML compatible characters. Some systems use these control characters to represent null. We've seen the ASCII character that represents Start of Text used. On the ASCII chart, this character is Decimal 2 or Hex 002 (sometimes shown as Hex 0x02). You can use the CLEAN function on a mapped field to strip out this character. For example, if the field in your source data that is giving you the problem is CUSTOMER.FAX, set up a formula on your mapped field that looks like this: