Hi All,
I've had something that I've been wondering about for a while.
In this example, I'm reading 11 SQL tables in using a feature reader and all of them contain a WKB column. I need to run these through a geometry replacer to assign their geometry.
I tried running them all through a single geometry replacer, and using an attribute filter to return them into their own streams, but running them all through one transformer ruins the schema.
Is there anyway to return the original schema? Or do I need to create 11 different geometry replacers and keep each stream 'seperate'?
I'm aware that I can define the output attribute definition for each layer but I wanted to know if there was a less 'manual way.
Many thanks,
Sam