Why text in cad turn out to be duplicated when importing to rhino?

hi, i don’t know why when i import this dwg file from autocad to rhino, the text were duplicated so many times from nowhere, and some of the blocks are gone. also some of the polylines turned into meshes(i tried ignore thickness but doesn’t help)

i tried both dwg and dxf files and it turns out the same.

view from autocad(top and right view)

view from rhino

Can you upload the DWG and your Rhino file? That is the best way to trouble shoot the issue.

If blocks containing attributes are exploded, the attribute definitions are lost, and the attribute values become simple text.

Burst command in autocad will show you what’s going on.
Battman can edit
ATTSYNC command will remove those extra values

got it! thank you!!!