Many times when using the ListBuilder I am only interested in seeing the exposed attributes in the list.
A feature read from text_line reader (text_line_data only visible attribute) for instance produces a list that contains
_list{}.text_line_data _list{}.fme_basename _list{}.fme_dataset _list{}.fme_feature_type _list{}.multi_reader_keyword _list{}.text_line_eol _list{}.text_line_length _list{}.text_line_number _list{}.text_line_type
And only the first is visible on the transformer, all the rest have to be explicitly exposed before they can be removed.



