Skip to main content
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 ?
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.

Reply