Looking to use management AddAttachment tool in ArcPy. Want to add a bunch of attachments without writting a csv file. Basically reading files from disk, creating the row and adding the attachments. Bulk process with 100s thousands of files, don't want to write a csv file on disk with all the entries. Want to create the tableview in memory and populate it with values and use it in the addattachment.
Any one knows if it can be done
Any one knows if it can be done