Question

how to create workbench for "*dxf"data and view data ".dxf" in FME workbench

  • 15 April 2016
  • 1 reply
  • 1 view

Badge

Hi all,

Ia m facing problems in creating workbench in FME. I am need to know the clear process for creating fme workbench for DXF file data.What are my possible solutions?

Please find the attachments for clear idea about my question. I am attaching same data for your refer. Any one create sample workbench for my sample data. Sampledata and explanation document palce in same folder.

Thanks in advance for your help.


1 reply

Userlevel 5
Badge +25

So your question was how to access attribute data in those DXF files. Unfortunately, on account of them being DXF, there's no user attributes available. That means you're limited to the format attributes, the ones that aren't visible can be exposed using the AttributeExposer.

Ultimately you'll probably want to get hold of DWG files instead, as they might (depending on who created them) contain user attributes.

Reply