Label | Explanation | Data Type |
Input Layer | The point, line, or polygon features or table to merge with the merge layer. | Record Set |
Merge Layer | The point, line, or polygon features or table to merge with the input layer. The merge layer must contain the same feature type and time type as the input layer. | Record Set |
Output Name | The name of the output feature service. | String |
Merging Attributes
(Optional) | A list of values that describe how fields from the merge layer are to be modified and matched with fields in the input layer. All fields from the input layer will be written to the output layer. If no merging attributes are defined, all fields from the merge layer will be written to the output layer. If a field exists in one layer but not the other, the output layer will still contain two fields. The output field will contain null values for the input features that did not have the field. For example, if the input layer contains a field named TYPE but the merge layer does not contain TYPE, the output will contain TYPE, but its values will be null for all the features copied from the merge layer. You can control how fields in the merge layer are written to the output layer using the following merge types:
| Value Table |
Data Store
(Optional) | Specifies the ArcGIS Data Store where the output will be stored. All results stored in a spatiotemporal big data store will be stored in WGS84. Results stored in a relational data store will maintain their coordinate system.
| String |
Derived Output
Label | Explanation | Data Type |
Output | The output layer containing the combined features and attributes from both the input and merge layers. | Record Set |