Hi @infoNV9S2
The tried and true way to export Object Data (OD) is to use MAPEXPORT to shapefile.......then to import data use MAPIMPORT to import the shapefile.
MAPEXPORT command:
This will allow youto export AutoCAD objects to shapefile format. During the export procedure, the command will allow you create the OD. For example, you can create OD from the entity's Properties (same as the Properties shown in the Properties Palette) or from the attributes of an attributed block. You can select which data you want or don't want included in the OD that you create--you're in control.
Shapefile format is versatile. You may use shapefiles in ESRI GIS programs and AutoCAD. You may even use them in non-GIS programs such as Google Earth Pro.
MAPIMPORT command:
This command will you to add geometry to your drawing, and at the same time, convert FROM shapefile format TO AutoCAD format with the results ending up as plain vanilla AutoCAD entities. You may, or may not, choose to keep the DATA in the shapefile's database file (dbf). Keeping the database is how you create (or re-create) Object Data. You can choose which data to keep, i.e. all the data, only some of the data, or none of the data--you're in control.
You don't need special programs or lisps to perform MapExport and MapImport. The commands are already included in the MAP3D toolset.
You don't need a CSV file to perform MapExport and MapImport. However, if you do need a CSV file then you can easily get one by opening the Table View of the shapefile. Once it's open, you can copy ALL the rows and columns to clipboard then paste it to a spreadsheet. You can save your spreadsheet to .xlsx or .csv format--you're in control.
As an alternative to using shapefile, you may also export/import using the AutoCAD format known as SDF (Spatial Data Format).
Chicagolooper
