The workspaces receives a JSON message with information about the columns & geometry (where the user is interested in).
We use the geometry in the FeatureReader (Spatial Filter) that is working fine, but the user only wants the attributes: "test1", "test2" in this example. How can i filter the feature class only to: "test1" & "test2". And how can i make this dynamic because it is every time different (attributes)?
The output is an excel file.
thank you.