Hi everyone,
I am wondering how I can have a FeatureReader that dynamically adapts itself to any changing feature type name. The feature type name is linked to a private parameter, but since the output port created by the reader is ''named'', everytime I change the value of the private parameter, the output port keeps its original name and just goes empty. It there a way to make that ''named output port'' dynamically change its name to fit the value entered in the private parameter?
I am using a Geodatabase reader.
See attached files for screenshots.
Thank you!!




When you read data through the Generic port, the fields are still present, they just aren't exposed. But even though they aren't exposed, they can still be written on a dynamic writer, which is generally when the generic port would be used.