Remove fme format attributes from Generic Reader Generic Reader is outputting extra fme format attributes. Eg: mapinfo_symbol_color db_type jpeg_type csv_number_of_fields I want to drop all these attributes leaving only the 'native' attributes but it is hard to do this with a text filter since the pattern varies depending on the input format. Any ideas? Unfortunately I can't just ignore them in the writer because I am writing the list of attributes to a string.