Skip to main content

I am trying to set-up a very simple converter that takes one dwg with defined layer names and output to a new dwg that matches the layer names that we want then to be called.

 

Unfortunately all feature_types in the output end up the same feature type.

 

The problem is the "empty fields" in column A. Removing those fixes the issue. It seems you can not map empty rows as the latest row always overrides the other.


The problem is the "empty fields" in column A. Removing those fixes the issue. It seems you can not map empty rows as the latest row always overrides the other.

Thanks @sigtill, I will look at writing a tester to remove the blank fields.


Reply