Skip to main content
Solved

CLIPPER TRANSFORMER

  • October 29, 2013
  • 1 reply
  • 28 views

I am using two different source datasets (both are of DGN8 type) in which one of the Dataset contains Clipper Feature. I want all  the features of the both source dataset to be clipped based on the Clipper Feature and also the name of Final Clipped File to have the name of the Dataset containing Clipper Feature. Please let me know, how this can be achieved.

 

I tried exposing fme_basename attribute on the Source Dataset containing Clipper Feature but no result

 

 

Best answer by takashi

Hi,

 

 

One possible way I can think of is:

 

If you set parameters of the Clipper like this   Merge Attribute: Yes   Merge Attribute Prefix: clipper_ clipped (INSIDE) features will have an attribute named "clipper_fme_basename" which holds the original "fme_basename" of the clipper. Then, you can write it into the destination dataset.

 

Naturally, you can specify any other string to "Merge Attribute Prefix".

 

Takashi
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

takashi
Celebrity
  • Best Answer
  • October 29, 2013
Hi,

 

 

One possible way I can think of is:

 

If you set parameters of the Clipper like this   Merge Attribute: Yes   Merge Attribute Prefix: clipper_ clipped (INSIDE) features will have an attribute named "clipper_fme_basename" which holds the original "fme_basename" of the clipper. Then, you can write it into the destination dataset.

 

Naturally, you can specify any other string to "Merge Attribute Prefix".

 

Takashi