In MS/SQL I have a table with multiple geometry fields. When using a FeatureReader, how can I designate which geometry column to read ?
Page 1 / 1
I believe you'll have to check the option "Handle multiple spatial columns" on the reader. You can then select the geometry column by filtering on the traits in the resulting aggregate, see also the documentation: