- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I am trying to create a lisp that can update a table based on data from a csv file. Currently, our method of updating a "table" in AutoCAD involves manually transferring the data which can lead to mistakes and be cumbersome.
The first part of my "routine" is to pull from a template file that has the block attributes within the table. This was simple enough to make.
Once the table is in, I want to run a "routine" to update the table with data from the csv.
I was able to get it to do 1 update but have given up on the lisp because I think it was all wrong anyways.
I will provide the lisp for bringing the table into the drawing, the csv file, and the table template for reference.
Can someone help me out with creating a lisp that will read the csv file and then insert the data into its appropriate spot?
Thanks a ton! I enjoy learning to so feel free to school me!
Solved! Go to Solution.