field attributes and data extraction

field attributes and data extraction

Anonymous
Not applicable
2,124 Views
4 Replies
Message 1 of 5

field attributes and data extraction

Anonymous
Not applicable

Hi there, 

 

Need some help! I want to combine field attributes with data extraction. 

 

I currently have several fields connected to polylines that automatically give me areas.

Each polyline also has a MText with its name. 

So I have 2 Mtext:  One with "room number 4 " and another with area field (updated automatically).

What I want to do is to extract everything to an excel spreadsheet that could be updated automatically as well. 

 

Does anyone know how to do this?

TY!

0 Likes
Accepted solutions (1)
2,125 Views
4 Replies
Replies (4)
Message 2 of 5

leothebuilder
Advisor
Advisor
Accepted solution

You can use an autocad table and in a cell(s) insert a field that reflects the area of the polyline(s).

You could do the same for the room name.

If needed you can export the autocad table to excel

Message 3 of 5

BrianBenton
Collaborator
Collaborator

Use the command DATAEXTRACTION. It will retrieve all data from any object in your file. Select the objects and the type of data you want to get. Then it will place it in a table in the AutoCAD file of in a CSV file. You can link the CSV file into AutoCAD as a table. 

 

Here is the Autodesk site about it.

Brian C. Benton

bbenton@cad-a-blog.com
http://CAD-a-Blog.com
twitter.com/bcbenton
www.facebook.com/CADaBlog


0 Likes
Message 4 of 5

Anonymous
Not applicable

Thank you for your help!

I didnt knew that it was possible to use field inside tables.. 🙂

0 Likes
Message 5 of 5

leothebuilder
Advisor
Advisor

Yes, you can insert fields inside autocad table cells.

You can insert formulas inside table cells as well.

Autocad tables can be pretty powerfull, not like excel mind you.

0 Likes