Label | Explanation | Data Type |
Input Datasets | The input datasets containing the data to be appended to the target dataset. Input datasets can be point, line, or polygon feature classes, tables, rasters, annotation feature classes, or dimensions feature classes. Tables and feature classes can be combined. If a feature class is appended to a table, attributes will be transferred; however, the features will be dropped. If a table is appended to a feature class, the rows from the input table will have null geometry. | Table View; Raster Layer |
Target Dataset | The existing dataset where the data of the input datasets will be appended. | Table View; Raster Layer |
Field Matching Type (Optional) | Specifies whether the fields of the input datasets must match the fields of the target dataset for data to be appended.
| String |
Field Map (Optional) | The field map parameter controls the transfer or mapping of fields from the input datasets to the target dataset. It can only be used when the Field Matching Type parameter is set to Use the field map to reconcile field differences. Because the input datasets are appended to an existing target dataset with predefined fields, you cannot add, remove, reorder, or change the properties of the fields in the field map. The field map can be used to combine values from one or more input fields into a single output field. | Field Mappings |
Subtype (Optional) | The subtype description that will be assigned to all new data that is appended to the target dataset. | String |
Expression
(Optional) |
The SQL expression that will be used to select a subset of the input datasets' records. If multiple input datasets are specified, they will all be evaluated using the expression. If no records match the expression for an input dataset, no records from that dataset will be appended to the target dataset. For more information about SQL syntax, see SQL reference for query expressions used in ArcGIS. | SQL Expression |
Matching Fields for Update
(Optional) | The fields from the input datasets that will be used to match to the target dataset. If the values of these fields match, records from the input datasets will update the corresponding records of the target dataset. | Value Table |
Update Geometry
(Optional) | Specifies whether geometry in the target dataset will be updated with geometry from the input datasets if the Matching Fields for Update parameter field values match.
| Boolean |
Derived Output
Label | Explanation | Data Type |
Updated Target Dataset | The updated target dataset. | Table View; Raster Layer |
Appended Row Count | The number of rows appended to the target dataset. | Long |
Updated Row Count | The number of rows updated in the target dataset. | Long |