Label | Explanation | Data Type |
Input Dataset
| Geodatabase table or feature class from which to remove attachments. Attachments are not removed directly from this table, but rather from the related attachment table that stores the attachments. The Input Dataset must be in a version 10 or later geodatabase, and the table must have attachments enabled. | Table View |
Input Join Field
| Field from the Input Dataset that has values which match the values in the Match Join Field. Records that have join field values that match between the Input Dataset and the Match Table will have attachments removed. This field can be an Object ID field or any other identifying attribute. | Field |
Match Table
| Table that identifies which input records will have attachments removed. | Table View |
Match Join Field
| Field from the match table that indicates which records in the Input Dataset will have specified attachments removed. This field can have values that match Input Dataset Object IDs or some other identifying attribute. | Field |
Match Name Field
(Optional) | Field from the match table that has the names of attachments to remove from Input Dataset records. If no name field is specified, all attachments will be removed from each record specified in the Match Join Field. If a name field is specified, but a record has a null or empty value in the name field, all attachments will be removed from that record. This field's values should be the short names of the attachment to remove, not the full paths to the files used to make the original attachments. | Field |
Derived Output
Label | Explanation | Data Type |
Updated Input Dataset | The updated input dataset. | Table View |