- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm looking for help with a LISP to export attribute data from our title blocks.
My Goal is to export attribute values from a specific block (TITLE_BLOCK-001) into a single Excel file, processing a folder of drawings at once.
- Layout Order: The data must be exported in the same order that the layouts are sorted and displayed in the drawing tabs.
- Evaluate Fields: Attributes containing Fields (like layout name / SHEET) must export their final, displayed value, not the raw field code.
-Batch Processing: Being able to run on a selected set of DWG files, or within a selected folder.
I've tried DATAEXTRACTION, but it fails on two points: it doesn't export the evaluated value for attributes with fields, and it doesn't sort the output according to the visual layout tab order.
Attached sample drawing.
Solved! Go to Solution.