Skip to main content
Solved

Filling newly created attribute with existing attribute?

  • April 20, 2016
  • 5 replies
  • 84 views

So we have an issue where the ID is being used also as the Object ID. This of course is a big problem because any database or GIS software will overwrite the ID. So to get around this I want to create an attribute in FME and then fill that with the Object ID values to preserve that number. I can create new attributes with the attribute creator but I can't find any examples or forum topics on how to call out an attribute value to fill it with. I've only seen constants or using this empty column later.

Best answer by ryanatsafe

Sounds like a job for the AttributeCopier

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.

5 replies

ryanatsafe
Safer
Forum|alt.badge.img+11
  • Safer
  • Best Answer
  • April 20, 2016

Sounds like a job for the AttributeCopier


  • Author
  • April 20, 2016

Ooo! Exactly what I needed! Just one question though, is it creating a NEW colum for me or do I still need to use the Creator first then this?


ryanatsafe
Safer
Forum|alt.badge.img+11
  • Safer
  • April 20, 2016

Ooo! Exactly what I needed! Just one question though, is it creating a NEW colum for me or do I still need to use the Creator first then this?

The AttributeCopier will create the new column for you.


  • Author
  • April 20, 2016

The AttributeCopier will create the new column for you.

Thanks! That does the job!


ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • April 21, 2016

Sounds like a job for the AttributeCopier

Is there any difference between this and just using an AttributeCreator?