i am pulling an oracle table with multiple geometry out through the feature Reader. i know there is a 'Handle multiple spatial columns' when using an oracle reader. how can i read multiple geometry when using a feature reader?
Page 1 / 1
Hi Tara,
It is not possible to set that in the feature reader, possibly only the first encoutered geometry column is used.
You could make use of several feature readers specifying the geometry column in the where clause, something I did try myself, but it might work.