hello
so I have several objects in my AutoCAD and I have defined properties for each of them and now I want to extract this data with data extraction tool but this property category does not show up how to extract this property data from AutoCAD?here are some screenshots below
Solved! Go to Solution.
Solved by Koesti. Go to Solution.
Hi @Beka_Tchigladze,
from the screenshots, we speak about Map 3D object data not only properties.
There are several processes to export this data together with the graphical data.
One fast way is using MAPEXPORT command and choose one of the general formats like SDF, SHP.
Attach the exported format via FDO to the .dwg and open table view.
Other alternative is to add the .dwt to an new .dwt and run query to CSV to export the object data, e.g. to use them in excel.
1. Run Mapexport command
Select format SDF
Export and add object data
In Task Pane
Connect to exported SDF file
Open table view (select and copy to Excel or export to CSV)
2. Alternative run Map query
Close the .dwg with object data
Open new .dwg and drag&drop original .dwt to TaskPane - Tab Map Explorer
Query to report as CSV file
Regards
So apart from these above, I solve problem. I use MAPEXPORT command and export as mif/mid with object data I needed after I import .mid which consist of information about "OD" as a text file into the excel.
thank you 🙂
You can try the ODEDIT capabilities for loading data into Object Data - ODEDIT_SETXYZ, ODEDIT_SETPROP, ODEDIT_SETTEXT, ODEDIT_LOAD_ATTRS, ODEDIT_SETID, etc.
And to upload them to csv - ODEDIT_EXPL, Explication.
unfortunately, I do not like to use additional tools.
thank you for reply
And I agree with you! 😀
I believe that such features should be in Map 3D itself.
And I agree that the MAPEXPORT-MAPIMPORT of mif/mid helps to use text-type data well.
yes, sometimes you should really dig into cores of software if you need to get what you want.
You can also upload to txt by query:
Can't find what you're looking for? Ask the community or share your knowledge.