I have a GDB containing point, line, and polygon feature classes. I would like to setup an attribute manager or schema mapper that allows me to change a field name to whatever I please. I can place an attribute mapper on every single feature class from the reader but that will take forever. How do I read in all the feature classes, see all the current field names, be able to change said field names, keep all the attribution in those fields, and write the same data out but with new field names? Some screen shots are below of my GDB. Note, this is something I would like to be able to do to many GDBs down the road that should have identical field names.
Question

