This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
So you are trying to remove the non-breaking spaces from a feature class in your geodatabase file?
Here is a simple workspace that removes spaces from the attributes you set. removenonbreakspaces.fmw
Let me know if this helps solve the issues you are experiencing.
hello @trentatsafe thank yu for sharing the workbench. could you plase tell me the parameters which you have used for transformers. and the version of FME.
hello @trentatsafe thank yu for sharing the workbench. could you plase tell me the parameters which you have used for transformers. and the version of FME.
Hello @dandekarpriya,
The parameters I used for the StringReplacer transformer were as follows when compared to the attached image.
A - Attributes that you want to format
B - Mode: Replace Text
C - Text to replace: Insert a space here
D - Replacement Text: Leave this blank
This will result in strings that looks like this "a simple string" to look like this "asimplestring".