I'd like to match rows in a tabular list of incidents (attributes include [House] and [Street]) with the appropriate line segments in a feature class (attributes include [From Address], [To Address], and [Street]).
What transformers is are needed to match each incident to the line feature where [Street] = [Street] AND ( [From Address] <= [House] AND [To Address] >= [House] )