Skip to main content

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?

@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.


@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!


Reply