I have a few building blocks and land parcels in a dxf file that look like this

I am writing to a csv file using FME the following attributes:
land parcel number | xmin| xmax | ymin | ymax
The last four attributes correspond to the bounding box of each land parcel.
I want to add the attribute 'building block' to each land parcel. I.e. in the above example Γ251 (=autocad_string) should correspond to each land parcel shown.
land parcel number | xmin| xmax | ymin | ymax | building block name
Any ideas on how make this work?
