I have a workbench that reads in .dxf files through a 'Source directory and file pathnames' reader. These are run through a feature merger with a list of the .dxf files that are required to be extracted and read out to a 'File copy directory' writer.
What i need to do is take the completed files from the feature merger and choose whether to convert them into .DWG, .DGN or leave as .DXF and then into the file copy director.
I was thinking that what i need to do is take the files from the file copy director, then convert them from DXF into DWG or DGN but that would need another workbench,
is this the correct way or is there a way this can happen in one all-encompasing workbench?
thanks in advance
Best answer by gio
Yes, you can to do that in one bench using dynamic writing.
One writer for each format, you can use inputfilename for instance or a (re)constructed name, fan-outs etc. Also possible to set relevant parameters and options in the navigator panel (ussualy topp left of interface) on the different writers.
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.
Yes, you can to do that in one bench using dynamic writing.
One writer for each format, you can use inputfilename for instance or a (re)constructed name, fan-outs etc. Also possible to set relevant parameters and options in the navigator panel (ussualy topp left of interface) on the different writers.