Is there a transformer that will convert a multilinestring to a linestring object? I'm trying to load road centrelines in an oracle spatial database, but the road centreline table in oracle uses GTYPE 2002 (line). Multilinestring is 2006, so I can't apply a spatial index. Any suggestions please?
Page 1 / 1
Try using a Deaggregator and, if necessary, followed by a GeometryRefiner.
This has worked!!! thank you so much!! awesome