Skip to main content
Solved

Replacing old Shapefile Writer with a 2013 Shapefile Writer

  • June 24, 2014
  • 2 replies
  • 18 views

 

I am trying to update some old workbenches we have.  Looking at our shapefile writers, we would like to use the 'spatial index' functionality that is available in FME 2013.  I am looking for an efficient way of adding a new shapefile writer and then coping over the attributes and other properties from the old shapefile writer. 

 

Is there a non-manual way of doing this?

 

Thank you for your time,

 

Julia

Best answer by mark

Probably the easiest way is to use Writers > Add Writer from the menubar, then open a feature type and change the Writer from the old one to the new one. Use "Apply To...." if there are multiple feature types. Then delete the original Writer, which should now have no feature types attached to it.

 

 

Hope this helps

 

 

Mark

 

 

Mark Ireland

 

Safe Software Inc
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

Forum|alt.badge.img
  • Best Answer
  • June 24, 2014
Probably the easiest way is to use Writers > Add Writer from the menubar, then open a feature type and change the Writer from the old one to the new one. Use "Apply To...." if there are multiple feature types. Then delete the original Writer, which should now have no feature types attached to it.

 

 

Hope this helps

 

 

Mark

 

 

Mark Ireland

 

Safe Software Inc

  • Author
  • June 26, 2014
Mark - This was perfect!  Thank you.