extra attribute value from drawings to excel file

extra attribute value from drawings to excel file

Bin2009
Advocate Advocate
655 Views
1 Reply
Message 1 of 2

extra attribute value from drawings to excel file

Bin2009
Advocate
Advocate

Hello,

I have batch of drawings, need to extra about 3 TAG value from one attribute block in each drawing, (each drawing only have one this block), and hope the out put will be a excel file,like below,

better can run the lisp for all drawings under one fold and without open the drawing:  

                             TAG1        TAG 2        TAG 3

drawing 1             xxxx             xxxx        xxxx

drawing 2             xxxx             xxxx        xxxx

drawing 3             xxxx             xxxx        xxxx

I tried DATAEXTRACTION in autocad, but looks complex, is a possible a simple lisp can do that?

Thanks in advance.

Bin

0 Likes
656 Views
1 Reply
Reply (1)
Message 2 of 2

pbejse
Mentor
Mentor

@Bin2009 wrote:

Hello,

I have batch of drawings, need to extra about 3 TAG value from one attribute block in each drawing, (each drawing only have one this block), and hope the out put will be a excel file,like below... 

 

I tried DATAEXTRACTION in autocad, but looks complex, is a possible a simple lisp can do that?

 

Thanks in advance.

Bin


Give us an idea how many?, 

 

Not exactly Excel output but the next best thing. CSV or ACAD_TABLE.

 

Not at all, If you have Scriptpro and a DXE file, then yes DATAEXTRACTION should work. [ have to admit never tried DataExtraction with script before ]

 

Not a simple code as one might think, but rather a super duper complex code , just kidding 🙂 Yes its doable

 

0 Likes