Workflow pulls in diamond with ? in text
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I have workflow A pulling from an API that outputs to a database. I then have workflow B pulling the output of A as the input for B.
I noticed that I am seeing text where accents appear in the middle as a black diamond with a question mark inside. The output of the field is a v_wstring as is the input of the same field into workflow B. As it is coming from a database, and outputting to one, I'm unsure on how to change the code.
Any help would be appreciated.
Thanks.
Solved! Go to Solution.
- Labels:
- Database Connection
- Datasets
- Publish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You could try using this formula on the field in question:
DecomposeUnicodeForMatch(String)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Luke_C
Thanks for offering a solution.
It has partially worked and taken away the diamond but now I'm left with a lot of question marks mid text. The character is not consistent enough for me to replace the question marks either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Are you able to share an example of the text? Preferably with the original characters returned by the API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Luke_C
I managed to find the fix in the configuration of the API. Changing the download tool from UTF to ISO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks, I see.
This issue is probably sourced from the download tool itself. Have you tried playing with the encoding on the 'Basic' tab?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks @Luke_C ! That did it!
