Hey guys,
I've brought some data sources casted through a query (SQLexecutor transformer with a Creator) from a postgresql DB.
Applied some transformations, such as AttributeManager, and generated some IDs by adding columns with counters.
And the FeatureWriter wants to write everything casted as "Text" on Automatic Attribute Definition. Before I switch to "Manual" and cast everything (again), I just wanted to know if there's a way to have the FeatureWriter recognize the casting brought over from the query.
Thanks and all the best!