- Messages
- 2,385
- Country

I wonder if this is already possible, but I couldn't find out if or how:
Would it be possible to use the name or description tag of a kml or shp file for GUID creation. If I work with sets of objects, I usually give them an almost identical GUID that only differs in the last ciphers. For example:
12345678-1234-1234-1234-00aa00000f01
12345678-1234-1234-1234-00aa00000f02
12345678-1234-1234-1234-00aa00000f03
...
If scenproc could read the name (or even better description) tag and use the number it finds there for the GUID, that would be awesome and save me a lot of time.
I realize this might be tricky as usually a name or redctiption is string, not integer. Not sure if it's possible to convert string to integer and ignore all non-integer data in that field.
If that's too tricky to implement, Arno, would it be possible to have a kml export similar to the xml export, where every placemark has its own line, and the exporter makes sure all those lines are aligned, so if you want to copy a certain value from the whole set of objects, you can simply use the vertical marking? That way, one could do the above manually with only a few clicks.
Would it be possible to use the name or description tag of a kml or shp file for GUID creation. If I work with sets of objects, I usually give them an almost identical GUID that only differs in the last ciphers. For example:
12345678-1234-1234-1234-00aa00000f01
12345678-1234-1234-1234-00aa00000f02
12345678-1234-1234-1234-00aa00000f03
...
If scenproc could read the name (or even better description) tag and use the number it finds there for the GUID, that would be awesome and save me a lot of time.
I realize this might be tricky as usually a name or redctiption is string, not integer. Not sure if it's possible to convert string to integer and ignore all non-integer data in that field.
If that's too tricky to implement, Arno, would it be possible to have a kml export similar to the xml export, where every placemark has its own line, and the exporter makes sure all those lines are aligned, so if you want to copy a certain value from the whole set of objects, you can simply use the vertical marking? That way, one could do the above manually with only a few clicks.
Last edited:

