I'm wondering if I have misunderstood the SchemaMapper transformer of if it has a bug.
I'm using it to map any attribute names in a list to another name. However, the Schema Mapper creates every single attribute in this mapping list.... Which I don't want. I just want a mapping.
The FME Desktop version I use is 2012 SP4 Build 12266 for WIN32 and the Action I selected in the transformer is 'Map Attributes'.
The following seems to indicate that it is not supposed to create new attributes:
" when FME finds an attribute whose name is defined in the SourceAttribute column of my CSV file, then it renames it to the name in the corresponding DestinationAttribute column. In this example. if FME finds an attribute called “class” then it gets renamed to “Klasse”" (http://evangelism.safe.com/fmeevangelist41/)
Thanks in advance,
Maryse