Skip to main content
Solved

Im a very beginner with FME. I've a polygon (gpkg) file, which has several attr. columns. 3 of these column contents should be under one column. I prob. need to create new column where to put contents of these 3 separate columns, right? How? Thanks!

  • June 9, 2022
  • 2 replies
  • 6 views

Im a very beginner with FME. I've a polygon (gpkg) file, which has several attr. columns. 3 of these column contents should be under one column. I prob. need to create new column where to put contents of these 3 separate columns, right? How? Thanks!

Best answer by j.botterill

Yes create a new attribute using an attribute creator or manager transformer

set valueYou can set the Attribute Value using the 'text editor' selecting them from the left and leaving spaces or no spaces... characters etcimageattributemanager set value 

 

 

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

j.botterill
Influencer
Forum|alt.badge.img+53
  • Influencer
  • 386 replies
  • Best Answer
  • June 9, 2022

Yes create a new attribute using an attribute creator or manager transformer

set valueYou can set the Attribute Value using the 'text editor' selecting them from the left and leaving spaces or no spaces... characters etcimageattributemanager set value 

 

 


  • Author
  • 2 replies
  • June 9, 2022

Yes create a new attribute using an attribute creator or manager transformer

set valueYou can set the Attribute Value using the 'text editor' selecting them from the left and leaving spaces or no spaces... characters etcimageattributemanager set value 

 

 

Hey! Thank so much :) Got it work!