Skip To Content

ADP_102033: Input datasets have incompatible schemas, the field names and types must match

Message

Input datasets have incompatible schemas, the field names and types must match.

Description

Dataset schemas must have the same number of fields with the same names and types to use the Dataset schemas match exactly merge type.

Solution

Use any of the following solutions to merge datasets successfully:

  • If the datasets have a mismatched number of fields, use the Select fields tool to maintain only the matching fields.
  • If the datasets have fields with different names or types, use the tool Update fields tool to modify the names and types of the mismatched fields.
  • To keep all fields in the merged output without modifying names or types, use the Combine dataset schemas merge type. To learn more about merge types, see the Merge topic.