Hi All,, i'm seeing a strange issue with FeatureWriter not outputting features correctly. I've noticed this behavior at least once before, but kind of ignored it and worked around it.
In this particular example, I have 1056 features that should be output and written to a text file using the CSV writer.
Checking the inspector, i'm seeing the features coming through correctly.
Writing to the CSV using the standard CSV Writer works fine and features are output how they should be. However, trying to write to a CSV using the FeatureWriter results in a blank text file being output.
Here is the configuration of the FeatureWriter. User Attributes are set to Automatic in this case, but attempting to manually specify attributes results in a blank text file as well.
Attached in the log output when attempting to run through the FeatureWriter.