Being new to FME, I am looking for what probably is a simple answer (at least so I hope!).
Here's the case: I have a set of line features for which are supposed to be connected to point features at either end. I want to test this relationship, and obtain the total number of connected and non connected lines.
I use SpatialRelator to test the spatial relationship between the two feature classes. After this, I figured I should use ListHistogrammer in order to obtain the list I want, by computing the histogram for the "Related Candidate Count Attribute". This should result in a histogram for the values 0 (not connected on both ends), 1 (connected on 1 end) and 2 (connected on both ends).
However, when using the output from the SpatialRelator as input for the ListHistogrammer, I have no possibility to select the field I want (which I called Join_Count for ease of reference). How can I use the input for the SpatialRelator for the ListHistogrammer, and how do I obtain a text file with the resulting histogram?
I hope this makes any sense. If someone believes another method would work better, I would be glad to learn!
Many thanks