With xmltodict I managed to get my code from xml in a dict and now I want to create an excel. In this excel the header of a value is going to be all the parents (keys in the dict). For example:
dict = {"name":"Pete", "last-name": "Pencil", "adres":{"street": "example1street", "number":"5", "roommate":{"gender":"male"}}}
The value male will have the header: adres/roommate/gender.