Skip to main content
Solved

Add Prefix to Fanout expression in FME Desktop version 2016

  • January 29, 2018
  • 3 replies
  • 20 views

Forum|alt.badge.img

Hi @erik_jan

I'm using the Fanout expression(PLAN_NO) in FME writer to produce the DWG tiles, Fanout expression is working as expected(SD7527.dwg) . But all I need is to prefix the name 'GIS-' in the Fanout Expression, so that i need the DWG Tiles to display as GIS-SD7527.dwg . Is there any custom option in FME writer.

Any help would be appreciated.

Regards, Anil.

Best answer by ciarab

You just want to add a prefix to the expression? You can just type your required prefix in the fanout expression then add your @ value attribute afterwards

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.

3 replies

ciarab
Contributor
Forum|alt.badge.img+9
  • Contributor
  • Best Answer
  • January 29, 2018

You just want to add a prefix to the expression? You can just type your required prefix in the fanout expression then add your @ value attribute afterwards


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • January 29, 2018

You just want to add a prefix to the expression? You can just type your required prefix in the fanout expression then add your @ value attribute afterwards

And use @Value with the capital V, or it will not work.

 


Forum|alt.badge.img
  • Author
  • January 29, 2018

You just want to add a prefix to the expression? You can just type your required prefix in the fanout expression then add your @ value attribute afterwards

Thanks @ciarab, @erik_jan adding a prefix is working.