Import and export user text attributes

for those that are interested I have two python scripts built with the help of AI…one for sending user text attributes to a csv and one to import csv to the attributes…these are specifically for blocks but could be adapted…
export will ask you to select some blocks and a place to save the csv (you need to select the instances themselves, not a list.)…once you have the csv opened you can add data then send it back via the other python script…
This is handy for adding and subtracting keys and values…
user text to csv.py (2.5 KB)
CSV TO USER TEXT2.py (2.4 KB)

1 Like