Skip to main content
Question

How do I export multiple MapInfo files into a single shapefile?

  • March 12, 2018
  • 2 replies
  • 18 views

I need to export several hundred MapInfo files into a single shapefile that retains all the individual geometry and attributes. Which transformer would be best?

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
  • 8394 replies
  • March 12, 2018

You probably won't even need a transformer. When creating the MapInfo reader, specify that you want to use a "Single merged feature type":

For the input dataset you can use a wildcard, e.g. "<path>\\*.tab"

Then just connect that single reader feature type to your shape writer.


jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • March 12, 2018

You don't need any transformers (assuming you have only one geometry type).

 

Have a single mapInfo reader with a single Merged Feature Type. Add the shapefile writer with the Shapefile Definition as Copy from Reader.

 

Change the shapefile name as desired.