Skip to main content
Question

removing non breaking spaces from GDB file

  • August 4, 2017
  • 3 replies
  • 16 views

gis2020
Contributor
Forum|alt.badge.img+5

. but not getting desired results

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.

3 replies

trentatsafe
Safer
Forum|alt.badge.img+6
  • Safer
  • 278 replies
  • August 4, 2017
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.

 


gis2020
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • 61 replies
  • August 4, 2017
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.

 


trentatsafe
Safer
Forum|alt.badge.img+6
  • Safer
  • 278 replies
  • August 4, 2017
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".

 

I hope that is what you were looking for.