Hi. I am using a SpatialFilter transformer to join two Oracle tables, and routing the result set to an Inspector and to a KML Writer. The Inspector is correctly showing all wanted attributes from both tables (I am using AttributeKeepers to filter to only wanted attributes). The KML Writer, however, is only showing the attributes for the parent table. In the KML Writer, under Dynamic Properties, I am selecting both source schemas, so I'm unsure why the Writer is only showing the attributes from the parent schema. Is there a way I can make the KML Writer show the attributes from both schemas (preferably without using an external .csv as I don't know whether I will have access to external files within a production mode).
Thanks very much.
JR