I would like to be able to duplicate the Field Mapping that is generated when using the "NO_TEST" option in the schema type parameter for the Append Tool in ArcCatalog in .NET
I am using ESRI.ArcGIS.DataManagementTools.Append and would like to be able create the same type of field mapping that is used by the GUI so that the code makes it "best guess" at field mapping if the fields are in a different order within the input and output Feature Classes.
I see that there is a IGPFieldMapping Interface, but have not seen examples that are of use to my case.
Let me know if you have done anything like this in .NET
Thanks,
Mele