The "append" geoprocessing tool's "Field Matching Type" parameter should default to "Use the field map to reconcile field differences".
In the last two companies I've worked in, our inputs are always weird datasets from random places into other datasets, so our schemas never match. Possibly twice in my career have I left this parameter as "input fields must match target fields". The tool fails if this is left as the default for mismatched input schemas.
It's always a talking point to new trainees and wastes time to always have to change that input for a commonly used tool.
Theoretically, even if folks heavily utilize the default parameter, their append would still succeed with the default changing to the field map to reconcile field differences, as it would autofill their matching fields.
I agree, the deafult should be to Field Matching Type! We use that for everything, even if that schemas are close to identical, it is a great visual cue to see if your data is 'right'.
You can customize default parameter values in ArcGIS Pro by using the Pro.settingsconfig file. The file allows you to set the default values of geoprocessing tool parameters (and environments). So, you can use this file to change the Append tool’s default Field Matching Type (schema_type) to Use the field map to reconcile field differences (NO_TEST). You can read more about how to override default parameter values here: https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/tool-parameter-overrides-in-arcgis-pr...
And read this if you’d like to override default Environment settings as well:
https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/standardize-environments-arcgis-pro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.