Skip to main content
Solved

Read multiple file and save on multiple file.

  • August 4, 2014
  • 1 reply
  • 11 views

Hello, I have points on many file on a side.

 

 

On the other side i have a directory with multiple cad file each cad have 1 boundarie

 

 

I make a workspace with a buffer/clipper and a reader to read all points.

 

 

I don't want to insert each boudary and insert writers with the same name.

 

 

I want to scan the directory for cad file, For each file this write a csv file with the point.

 

 

All of this work perfectly for 1 file but is a way to make it for each file ?

Best answer by gio

You can do this using dynamic readers and writers, possibly  in combination with a workspacerunner.

 

 

 

Htere are lot of samples for this dynamic contruction on this forum.
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

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • Best Answer
  • August 4, 2014
You can do this using dynamic readers and writers, possibly  in combination with a workspacerunner.

 

 

 

Htere are lot of samples for this dynamic contruction on this forum.