Skip to main content
Question

Unable to expose attribute in FFS file

  • January 9, 2018
  • 1 reply
  • 13 views

I have an FFS file (created from a v7 DGN). This file has an attribute named "multi_writer_id" that contains the FFS file name. I can see this attribute in the data inspector but am unable to expose it with the AttributeExposer. I want to fan out the writer according to this attribute but because it cannot find the attribute, the result is a file named "NULL".

Any insight into what's happening?

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

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • January 9, 2018

I've never worked with multi-writer_id, just multi-reader, but there should be an fme_dataset attribute that contains the full file name, You can use a FileNamePartExtractor if you need just the root filename.