Skip to main content
Solved

How to create an exact copy of an column in FME? Which transformer?

  • November 28, 2023
  • 2 replies
  • 74 views

How to create an exact copy of an column in FME? Which transformer?

Best answer by hkingsbury

AttributeCreator will do the trick, as would AttributeManager.

 

All you're doing is creating a new attribute, and setting its value to the attribute you're wanting to copy

image 

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

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • Best Answer
  • November 28, 2023

AttributeCreator will do the trick, as would AttributeManager.

 

All you're doing is creating a new attribute, and setting its value to the attribute you're wanting to copy

image 


  • Author
  • November 28, 2023

excellent, thx!!!