Skip to main content
Question

Output filename generation

  • October 21, 2020
  • 2 replies
  • 49 views

Hi, I'm traying to automatically set that output .dwg filename is same as input filename but in different folder. I was using FilePathExtractor and fanout. FME generates the .dwg with appropriate name but it contain only one point and all my data are omitted. How to resolve this?

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

Forum|alt.badge.img+2
  • October 21, 2020

@moset22​  Make sure that the attribute "_filename" is on all the output features. If _filename isn't on the feature, FME doesn't know where to direct that feature on output.


  • Author
  • October 22, 2020

@moset22​  Make sure that the attribute "_filename" is on all the output features. If _filename isn't on the feature, FME doesn't know where to direct that feature on output.

Thank you!