Hi list.
I'm attempting to use a FeatureWriter to write som ESRI Shape files, wanting to utilize the schema features from the (WFS) input (read with FeatureReader) to enable dynamic schema based output.
I have selected "Schema from schema features" for source and "fme_feature_type_name" for definition name. And both schema and data features arrive at the same port in FeatureWriter.
However, the workspace fails immidiately when FeatureWriter receives the first schema feature, and long before any data features arrive.
Why does FeatureWriter fail when receiving a single schema feature? I would have expected it to just keep it (them) until any data features arrive ?
Is dynamic schema definition driven output at all possible with FeatureWriter ?
Any help is appreciated.