Trying to convert hundreds of dwg files to dxf, can this be done in FME ?
Solved
Convert a folder of dwg files to dxf
Best answer by mark2atsafe
The other way would be to have two workspaces.
Workspace 1: Converts DWG to DXF.
Workspace 2: Uses a File/Directory reader to read a list of files. It has a WorkspaceRunner transformer to run Workspace 1 (to which it passes the name of each file and constructs the output name)
Just run workspace 2 and the files will be translated.
I know Takashi's solutions would work, but I think this would be easier and less memory intensive (fanouts are notorious for eating up memory and if you have hundreds of files it could be really bad).
Hope this helps
Mark
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.
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.



