Skip to main content
Best Answer

Fanout MapInfo writer one folder, multiple tables

  • June 7, 2018
  • 2 replies
  • 21 views

nicholas
Contributor
Forum|alt.badge.img+14

I have a dataset that is clipped to LGA boundaries

I want my output to fanout to mulitple MapInfo tables, each named after an LGA, all within one folder.

How do I do this?

I am using FME 2018.1.0.0

Best answer by takashi

Hi @nicholas, check the Merge Attributes option in the Clipper to merge attributes from the LGA boundaries to the clipped features, add an appropriate destination table name (e.g. a LGA name) to every clipped feature as their attribute, then set the attribute to the destination feature type name (Table Name) in the writer feature type properties dialog.

See these links to learn more about Fanout. Apply Feature Type Fanout in this case, since the MapInfo format is a folder based dataset when writing.

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

takashi
Celebrity
  • Best Answer
  • June 7, 2018

Hi @nicholas, check the Merge Attributes option in the Clipper to merge attributes from the LGA boundaries to the clipped features, add an appropriate destination table name (e.g. a LGA name) to every clipped feature as their attribute, then set the attribute to the destination feature type name (Table Name) in the writer feature type properties dialog.

See these links to learn more about Fanout. Apply Feature Type Fanout in this case, since the MapInfo format is a folder based dataset when writing.


nicholas
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • June 8, 2018

Thanks @takashi I have solved it now.

My problem was that, because I wanted to fanout the output datasets, I kept going to the "Fanout Dataset" option in the writer parameters. This resulted in the creation of a new folder for each dataset.

The solution was to leave the writer parameter "Fanout Dataset" as "No" and to (as you advised) assign the attribute "lga_name" to the Table Name for the writer.

The result is a series of MapInfo tables, each one named after the correct LGA, and all in the same output folder, which is just what I wanted.

Your link Setting Feature Type Fanout was invaluable