Forum Discussion

QuickBaseCoachD's avatar
QuickBaseCoachD
Qrew Captain
6 years ago

Weird characters on an Outlook Exchange Sync connection

I have a Sync table coming in from Outlook.  The body field has many weird characters in it.  I'm not sure if this forum will accept them, but many emails have a an 



character in place of a carriage return  and there are other weird characters too.  Any ideas on why or how fix that?


5 Replies

  • ChrisChris's avatar
    ChrisChris
    Qrew Assistant Captain
    Are they possibly formatting characters? Can you pass the content of the body to some ascii only sieve that will remove the formatting first?
  • I suspect that there is no easy answer here.  The main extra characters seem to be that one character, and I suppose I could parse out the text based on that separator in a PART formula and list together Part 1, Part 2 etc and use a "\n" separator to format and retain the carriage return.
  • Just write a gigantic native formula that substitutes all offending characters in the Unicode space with an empty string.


    • TamaraErickson3's avatar
      TamaraErickson3
      Qrew Member
      I got around this by creating a formula text field with the search & replace function:

      SearchAndReplace([Body],"�","")