Skip to main content
Question

Create parameter for user to specify field for 3DForcer and CAD levels

  • December 20, 2019
  • 1 reply
  • 10 views

I have a simple workspace that converts shapefile contours to CAD (dwg). When I create this workspace I specify which I field from my shapefile will be used to make it 3D (using the 3D forcer) and also which field I will use to define the Layers in the CAD file. These fields will be the same.

I'm converting my workspace to a template so my non GIS/FME guys can do the conversions themselves. I have my input and output parameters created but I'm not sure how to create a parameter where a user can specify the field from the shapefile. Can something like this be done in FME?

Here is my workspace:

I'd like the user to be able to select the field from a drop down when they hit run:

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.

1 reply

nampreetatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • 383 replies
  • December 23, 2019

Hi @tigerwoulds, if I understand correctly, you can do this by selecting Type = "Attribute Name" when creating or editing your parameter:

Then assign this parameter to the 3DForcer Elevation parameter:

This should hopefully do the trick!