Most of the docs on DGN tags are unfortunately about writing them. But I need to read them intelligently.
Tags are exposed as the list variable tag_names{}, which either contains the tag key names, or the tag values, dependent on the "Output Tags As Text" setting in the DGN reader.
And the values in the tag_names{} list is accessed used a numeric index, not the key names.
If one needs to build some logic to handle the situation, where individual objects has vastly individual tag assignments, both name wise and index wise, how does one go about that ?
Intuitively I would loop thru and test the key names, and assign the corresponding value to a variable of my choice. But as I see it, this is not possible in FME 2014 !?
Any experiences and thoughts and suggestions on - or alternatives to - this issue ?
Cheers
Lars I