Data extraction from ACAD attributes to excel in tabular format using LISP

Data extraction from ACAD attributes to excel in tabular format using LISP

Anonymous
Not applicable
1,503 Views
5 Replies
Message 1 of 6

Data extraction from ACAD attributes to excel in tabular format using LISP

Anonymous
Not applicable

Hello team,

We currently have drawing with Electrical Zones as attributes of a block which has the device name as another attribute on the drawing.

We need to extract all the zones created in the ACAD sheet to Excel as well as the device it is on.

There are around hundreds of Electrical Zone we need to extract, so looking for a sample lisp program to extract the Electrical Zone Name and device name attributes to excel.

0 Likes
Accepted solutions (1)
1,504 Views
5 Replies
Replies (5)
Message 2 of 6

dbroad
Mentor
Mentor

Must you use LISP?  The dataextraction command is quite effective and maintains a link which can be updated.

Architect, Registered NC, VA, SC, & GA.
0 Likes
Message 3 of 6

dennis
Advisor
Advisor
Accepted solution

Check out Lee Mac's Global Extractor at:

http://lee-mac.com/macatt.html

That will get you well along the way for a start.

And others:

http://www.lee-mac.com/attributefunctions.html

 

 

0 Likes
Message 4 of 6

Anonymous
Not applicable

Thank you! By any chance do you have any useful links to format the way to edit in excel

0 Likes
Message 5 of 6

Anonymous
Not applicable

Thankyou!

0 Likes
Message 6 of 6

dennis
Advisor
Advisor

You could write it out a simple text file, comma-delimiter and instead of the ending TXT, use CSV.  Then Excel will open it in columns.

Again from Lee Mac:

http://www.lee-mac.com/writecsv.html

 

 

0 Likes