Hello! I
have a task to convert data from dgn (v8) into any of the vector formats that can be opened by QGis and then converted back. The following conditions must be met:
1. Saving tag information, including field names, which can be quite long (in this connection, the shape format is not suitable, when converted in which the column names are cut off).
2. Preservation of connections in between the elements of complex objects (cells) with aggregation during the subsequent reverse conversion.
If the first condition is satisfied, for example, when using the tab format as output, then there is difficulty with the second one. Our data is looks like this:
and this:
We have an existing workflow, which is not working properly and can be attached here. But I'm not sure that our way is optimal and want to ask your advice which way of transformation could be best for saving such information?