We are attempting to develop a Python script to create a match table for attachments to a feature class (Tax_parcels), but each modification at this point has the same result (that all file attachments are being attached to the second record only).
The GPIN field is the field to search for the attachment file names in the format "????-??-????". This is to filter the filenames, because the file attachments filenames include additional characters, and therefore not an exact match.
The sample data and Python script is attached (the Python script has been changed to a txt extension simply to be capable of attaching to the post).