I have the SnakeGrid projector so can convert coordinate systems but can't seem to carry the attributes over (I have tried AttribueManager and AttributeCopier). Also, can I input several .shp and run a batch to export as .dgn with attributes carried over? Any help would be massively appreciated.
Page 1 / 1
Hi @oli2wd,
To save the SHP attribute information in a DGN, you'll need to write the information as tags. I think this article might help you with what you are trying to achieve.
To be able to read many SHP files and write to DGN, you'll need to set up a dynamic workflow. We have a couple tutorials that can help you understand how to set this up:
https://knowledge.safe.com/articles/1157/dynamic-workflow-tutorial-destination-schema-as-a.html
https://knowledge.safe.com/articles/1156/dynamic-workflow-tutorial-destination-schema-is-de-3.html
Hope this information helps!