Skip to main content
Solved

Creating new sub folders when outputting data ?

  • October 19, 2017
  • 2 replies
  • 76 views

lifalin2016
Supporter
Forum|alt.badge.img+39

Hi,

A customer requests a nation wide set of themes to be "cookie-cut" into separate municipalities. Each municipality should have a complete set of themes in its own sub folder.

I'm using a dynamic output to TAB, with Table name set to:

(A)Value(MUNICODE)\\(A)Value(fme_feature_type)

But FME just substitutes the "\\" (and "/") with an underscore, so all tables end up in the same folder.

Is there a way to tell FME to create the sub folders and put data into these ?

Cheers

Best answer by david_r

The tablename corresponds to the filename, that's why FME won't allow slashes.

You can specify the output directory in the "fanout dataset" settings in the Navigator.

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

david_r
Celebrity
  • Best Answer
  • October 19, 2017

The tablename corresponds to the filename, that's why FME won't allow slashes.

You can specify the output directory in the "fanout dataset" settings in the Navigator.


lifalin2016
Supporter
Forum|alt.badge.img+39
  • Author
  • Supporter
  • October 23, 2017

The tablename corresponds to the filename, that's why FME won't allow slashes.

You can specify the output directory in the "fanout dataset" settings in the Navigator.

Thanks David. I'm still new to "dynamic", but it seems this did the trick.