Hi there. I'm trying to update the .dwg Attribute autocad_text_string
with attribute values from a corresponding excel file that was created from the
same .dwg and manually corrected. The xlsx file is structured in a way that
each sheet represents a layer corresponding to the .dwg and the column header
is named autocad_text_string.
The feature merger only takes the first column value of an excel sheet
and gives all other dwg attributes of that layer that same value. Do you have
any suggestions how to update each features autocad_text_string with the corresponding
row value from the excel file?