Jump to content

Lisp for extracting text to csv


chrisya

Recommended Posts

Hi all,

Please help to find solution

We have tables made of lines or polylines in dwg

------------------------------
|  abcd       |  123       |
|  efgh|       |  456       |
|  txt           |  789       |
------------------------------

------------------------------
|  abcd|      |  123       |
|  efgh|       |  456       |
|  txt          |  aaa         |
------------------------------

------------------------------
|  abcd       |  123       |
|  efgh|       |  456       |
|  txt           |  bbb        |
------------------------------

 

What I want to be done:

1. Type text for searching. (txt)
2. Type how many lines to be found. (1)
3. Search for text in drawing. (in this example txt)
4. Find lines or polilynes on right. (in this example 1)
5. Find text after last line or polilyne. (first in this example) 
6. Write text to file (c: .... .csv)

result in csv


789
aaa
bbb


would it be possible to write such a lisp for 100$?

If you would do that for this price please let me know.

Have nice day!!!

Edited by chrisya
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...