Skip to main content
Best Answer

Schema Mapper Issue

  • September 26, 2019
  • 2 replies
  • 34 views

deanhowell
Influencer
Forum|alt.badge.img+24

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.

 

Best answer by sigtill

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.

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.

2 replies

sigtill
Supporter
Forum|alt.badge.img+25
  • Supporter
  • Best Answer
  • September 26, 2019

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.


deanhowell
Influencer
Forum|alt.badge.img+24
  • Author
  • Influencer
  • September 26, 2019

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.