Merge blocks with Attributes

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm trying to figure out if the following is possible with AUTOLISP,
I have a situation where my standard titleblock has been exploded into 2 separate titleblocks (by another CAD user- externally). My standard titleblock has custom attributes that are set up in vault for searches.
This has happened in hundreds of files for a large project so I'd prefer to use LISP to bulk edit them rather than open each one individually.
I already have a lisp that selects mutiple files and selects a sub lisp to run on these selected files,
I would only need a LISP that does the following:
1. identify blocks to merge (don't mind if it needs a click for each block or input box)
2. Merge blocks maintaining/merging all attributes & attribute values
3. Rename block
Is this possible with LISP?
Does anyone have any pointers on where to start with this??