Hello everyone,
I am having difficulty adding data to an existing DGN file.
I have a CSV containing X, Y, Z and a Matricule.
I want to add this data into a DGN that already contains points and predefined layers (levels).
I just want to complete the DGN with my CSV data, putting the new elements into the correct layers.
I find DGN handling in FME much harder compared to working with simple shapefile layers.
I have managed to roughly merge my points, but the values do not go into the correct layers and they don’t take the original DGN styling.
For example, I want the Z value from my CSV to go into the layer “CALC_PTTOPO_ALT”
On paper I thought this would be simple, but I can’t find the solution.
Can you help me, or tell me if there is an easier way?
In the long run, I would just like to update my DGN regularly when I have new points.
Thanks in advance,