Hi! i have to read dwg plans and export information from the title block to excel. Just few values are interesting to me. I have an excel sheet with possible attribute values so only values which are both in the Autocad and in the "reference excel sheet" go to the final writer in excel format.
for example:
Cad provides the attribute autocad_text_string
autocad_text_string
green
Thursday
white
3800
12/01/2019
February
NAME
Peter
Excel reference sheet
Colours
Days of the week
Months
Names
blue
Monday
January
Laura
yellow
Tuesday
February
Mary
red
Wednesday
March
Anne
green
Thursday
April
Julia
orange
Friday
May
Charles
black
Saturday
June
Peter
Sunday
July
Anthony
August
Bob
September
October
November
December
The writer should look like this:
Colours
Days of the week
Months
Names
Green
Thursday
February
Peter
So the final table contains values that were in both places. The rest are not relevant. Does this make any sense? Hope to get help because I don´t know how to make the connection between my 2 readers in an effective way.
Thanks a lot!