I wonder if there is any way to read the Features dataset within the GDB, it must have several features dataset created, with an unusual attribute.
VEC01 to rivers.
I want to add all VEC01 in a single line shapefile generating a rivers mosaic.
I wonder if there is any way to read the Features dataset within the GDB, it must have several features dataset created, with an unusual attribute.
VEC01 to rivers.
I want to add all VEC01 in a single line shapefile generating a rivers mosaic.
If your question was "how to transform multi-line features into single line features", the Deaggregator transformer might help you.
Takashi