Skip to main content

I'm just looking to be able to drop a .shp file into the workspace and extract a list of the fields/attributes contained within, into a .csv file

Creator, FeatureReader, AttributeExploder, Aggregator, FeatureWriter should do the job I think.


Creator, FeatureReader, AttributeExploder, Aggregator, FeatureWriter should do the job I think.

AttributeExploder was the missing transformer. Thanks


I'd look at using a schema reader to read the shape file followed by a list exploder (or read the schema only using the FeatureReader)


Reply