CSV file import into AutoCAD

CSV file import into AutoCAD

prajputZ23VK
Contributor Contributor
240 Views
1 Reply
Message 1 of 2

CSV file import into AutoCAD

prajputZ23VK
Contributor
Contributor

Hello Everyone,

 

I have a CSV file which contains two columns with 10000 rows, when I tried importing using OLE Object and Data Link, both are very slow and lot of steps involved like import, resizing the table, etc.

 

Is there any way I can import it using command (avoid using GUI) and import the data? Like any easy way.

 

Even I am planning to split my CSV data into smaller size, so that I can import it easily.

 

Regards,
PR

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

Sea-Haven
Mentor
Mentor

If happy to use a csv file just google that "CSV to Table lisp". I have something but need to edit.

 

1 question is 1st line a description of what is in the desired table. As a 1st go the default table style will be used. This can be changed a selected tablestyle or redo the table properties.

 

Post a like 10 line excel.

0 Likes