I am attempting to write out data using a schema scanner and dynamic featurewriter.
It is simply not working. I always get "Unknown feature type 'BOUNDS' passed to the JSON writer.
It doesn't matter what I do, always the same.
BOUNDS is my fme_feature_type and fme_feature_type_name.
I will eventually use group by attribute but it doesn't even work with just one type
I believe I am following the standard practice but I have always been stumped when trying to write dynamically.
Please could someone outline the boiler plate method (with the steps ordered) to use a SchemaScanner and Dynamic FeatureWriter in the scenario where one would need to create or overwrite fme_feature_type and fme_feature_type_name or use a custom names for these. As I understand it, I should only need to make sure I have an attribute on the data with the same name as the Schema Definition Name.
THANKS!
NOTE below, feature_type_name is not available to choose, in this iteration