Matching zones from idf with data from zsz.csv

Hi,
I am trying to match the data zsz.csv (Cooling design) to the respective rooms from an IDF file.
The order of the rooms changes every time when it gets imported.

I have the room and zone names is there a way to sort or match the data and rooms?

If the complete zone name doesn’t import from the zsz.csv file. Update the using the LB Version, as @chris fixed the issue.

epluszsz_to_GH.csv (34.5 KB)
Import_IDF_to_GH.gh (36.0 KB)
Import_IDF_to_GH.idf (333.9 KB)

Hi,
The answer was as simple as sorting the text. Identifying the index of the sorted list to rearrange the list of rooms and tree path of zsz.csv file.

Cheers.