. but not getting desired results
Page 1 / 1
Hello @dandekarpriya,
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 @dandekarpriya,
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.
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".
I hope that is what you were looking for.