Hello guys, I have data in a gdb and I have classified it using a test filter. Which transformer or writer format can I use to output my results in a summarized table?
Question
Hello guys, I have data in a gdb and I have classified it using a test filter. Which transformer or writer format can I use to output my results in a summarized table?
Add a Writer and sepecify Automatic mode, assuming you want the same output schema/attribute definition
Or you can add a workflow transformer = FeatureWriter. Specify the format to Excel? and give it an output path. The beauty of the feature writer is that you can connect each output from the testfilte to the ports of the feature writer.