Skip to main content
Solved

Fanout Question

  • August 19, 2025
  • 3 replies
  • 35 views

probert1968
Contributor
Forum|alt.badge.img+5

Hi,

I need help how to use Fanout and not sure if this is a bug or not.  

Using Workbench 2024.1.1 

  1. Using DWG as a reader and then change the parameter to Geometry and selected lines.
  2. Add the AttributeFilter to import the feature cache type
  3. Add the data as a writer to write new feature name.

 

 

Am I doing something wrong or need some tweak work ?

Best answer by crutledge

Hi ​@probert1968 

Are you trying to read a dwg with all the layers and then write out the geometry types or layers to another file format, like shapefile or features in a filegeodatabase? Fan out can be used on the writer in the screen captures below: (I used a an autocad writer but does not have to be)
The variable attribute is used to “Fanout” the file names and thus separate the content into different files. Hope that helps!!


 

 

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.

3 replies

probert1968
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • August 19, 2025

Never mind. I got it to work however, if you see something different than I do then please post it here…

 

I had to type in a new filename with an extension to make it work…

For example

 


crutledge
Influencer
Forum|alt.badge.img+43
  • Influencer
  • Best Answer
  • August 19, 2025

Hi ​@probert1968 

Are you trying to read a dwg with all the layers and then write out the geometry types or layers to another file format, like shapefile or features in a filegeodatabase? Fan out can be used on the writer in the screen captures below: (I used a an autocad writer but does not have to be)
The variable attribute is used to “Fanout” the file names and thus separate the content into different files. Hope that helps!!


 

 


probert1968
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • August 19, 2025

@crutledge   yes

 

That work !