Skip to main content
Solved

What transformer should be used to remove m and z values in a shapefile using Fme?

  • July 23, 2018
  • 2 replies
  • 479 views

I know a way in arcmap using toolbox Conversion Tool under that i am using "feature class to geodatabase" to remove those values by unchecking the m and z values. But, for larger data set, arc map is crashing. Is their any transformer in FME, where we can remove those values in shape files?

Best answer by redgeographics

The 2DForcer removes z values, the MeasureRemover removes m values.

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.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3703 replies
  • Best Answer
  • July 23, 2018

The 2DForcer removes z values, the MeasureRemover removes m values.


  • Author
  • 1 reply
  • July 24, 2018

The 2DForcer removes z values, the MeasureRemover removes m values.

Thanks !! It worked..