Skip to main content
Solved

Merge values of two columns

  • April 16, 2018
  • 5 replies
  • 517 views

geo-x
Supporter
Forum|alt.badge.img+6

Hi FME community.

I would like to merge two columns value in once like that :

Col1Col2AZERTYHELPAZERTYNOBODYQWERTYENJOY

>

Col1AZERTYQWERTYHELPNOBODYENJOY

Can I do that with a transformer ?

Thank you.

Best answer by takashi

Hi @lalandexavier, if i understand your requirement correctly, this workflow might help you.

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

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • April 16, 2018

Hi @lalandexavier,

The transformer FeatureMerger is good in this case.

Thanks,

Danilo


geo-x
Supporter
Forum|alt.badge.img+6
  • Author
  • Supporter
  • 89 replies
  • April 16, 2018

Hi @lalandexavier,

The transformer FeatureMerger is good in this case.

Thanks,

Danilo

Hi @danilo_fme and thank you for your answer but I don't understand how can I use this transformer for this ?

 

 


takashi
Celebrity
  • 7843 replies
  • Best Answer
  • April 16, 2018

Hi @lalandexavier, if i understand your requirement correctly, this workflow might help you.


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • April 16, 2018
Hi @danilo_fme and thank you for your answer but I don't understand how can I use this transformer for this ?

 

 

@lalandexavier

 

the @takashi sent you a good Workspace using AttributeRenamer and DuplicateFilter.

 

Thanks Takashi!

 


geo-x
Supporter
Forum|alt.badge.img+6
  • Author
  • Supporter
  • 89 replies
  • April 16, 2018

Hi @lalandexavier, if i understand your requirement correctly, this workflow might help you.

This is perfect, thank you very much @takashi