extract attributes from multiple AutoCAD files (500+)

extract attributes from multiple AutoCAD files (500+)

Anonymous
Not applicable
3,934 Views
5 Replies
Message 1 of 6

extract attributes from multiple AutoCAD files (500+)

Anonymous
Not applicable
I have a requirement to extract attributes from multiple AutoCAD files (500+) and export it to a text file or multiple text files. The purpose of the extraction is to find the total count for each of these attributes for BOQ and procurement purposes. The extracted data (in text or CSV format) will be loaded into another application. The tool to do the bulk extraction should be a command line tool to be called from the application that will load the data. Any help in this regard is greatly appreciated
0 Likes
3,935 Views
5 Replies
Replies (5)
Message 2 of 6

AdammReilly
Collaborator
Collaborator
Have you tried the dataextraction command?
Adam Reilly
Civil 3D 2026
Creator A16 AI+ A3HVFG
Windows 11 Pro
AMD Ryzen AI 9 365 w/ Radeon 880M
LinkedIn
Group Leader badge
Austin CADD User Group
LinkedIn | Discord
Civil 3D Certified Professional
0 Likes
Message 3 of 6

Anonymous
Not applicable
I tried data extraction command but this command extract for single AutoCAD file. I need extract from multiple AutoCAD files at the same time. Edited by: bammari on Oct 22, 2008 7:46 AM
0 Likes
Message 4 of 6

Anonymous
Not applicable

Data Extraction can extract from multiple drawing files
wihtout

opening them in the AutoCAD Editor.

 

Look at it again.


 

AcadXTabs: MDI Document Tabs for AutoCAD 2009
Supporting AutoCAD 2000
through 2009

href="http://www.acadxtabs.com">http://www.acadxtabs.com

 



style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
I
tried data extraction command but this command extract for single AutoCAD
file. I need extract from multiple AutoCAD files at the same time. Edited by:
bammari on Oct 22, 2008 7:46 AM
0 Likes
Message 5 of 6

Anonymous
Not applicable
Dear All,

I have a requirement to extract the block attributes of AUTOCAD dwg files to multiple text files. I tested one tool called AutoDWG Attribute Extractor which uses wizard to extract the block attributes of multiple AUTOCAD files into one text, csv or xls file. But i want to extract the AUTOCAD dwg files throgh command line and every dwg file should create one text,csv or xls file after extracting the attributes. So, please guide me how can I use command line to accomplish the above.

Any suggestion will be highly appreciated.
Thanks to all.
0 Likes
Message 6 of 6

Anonymous
Not applicable

For single file attribute extraction use eattext command on command line

0 Likes