I am currently trying to overwrite all attributes from an external Excel list.
As part of this process, I need to delete the existing attributes before writing the new ones.
So far, I can successfully delete other attributes such as user attributes, comments, and groups using methods like:
First: ac.get_comment_list_items() and then ac.delete_item_from_comment_list()
I can’t find a corresponding function for deleting names (or a way to clear/overwrite them). I’ve searched the documentation but haven’t found anything that covers deleting or resetting the names attribute.
Is there any workaround ?
Thanks!
I am currently trying to overwrite all attributes from an external Excel list.
As part of this process, I need to delete the existing attributes before writing the new ones.
So far, I can successfully delete other attributes such as user attributes, comments, and groups using methods like:
First: ac.get_comment_list_items() and then ac.delete_item_from_comment_list()
I can’t find a corresponding function for deleting names (or a way to clear/overwrite them). I’ve searched the documentation but haven’t found anything that covers deleting or resetting the names attribute.
Is there any workaround ?
Thanks!