Hello, everyone!
I am in the process of installing a Providence database and have reached the thesaurus stage.
I am trying to understand the import mapping, but despite spending several hours reading the manual and forum, I am stuck. I cannot figure out how to import hierarchical vocabulary. I have managed to import data into the correct vocabulary, but without any hierarchy.
My dataset is an xlsx file in this format:
rank,id,label,parent_id,note,synonyms
1,statdroit0001,Domaine public,,L'objet n'est plus protégé par le droit d'auteur.,
2,statdroit0002,Sous protection juridique,,,
3,statdroit0003,Droits d'auteur,statdroit0002,,
4,statdroit0004,Sous droits d'auteur,statdroit0003,"L'objet est protégé, l’auteur ou ses ayants droit doivent autoriser toute réutilisation.",
5,statdroit0005,Sous droits d'éditeur,statdroit0003,"L’édition spécifique (ex. fac-similé, édition critique) bénéficie d’une protection distincte.",
...
And here is my mapping at the moment when I stopped to call for help (in other words, I know that line 7 does not work as it stands):

Could a good Samaritan help me out and possibly give me an import mapping with a dataset from which I could better understand things?
I saw three Refinery that seem to be the key, but I didn't quite understand how to configure them: listItemHierarchyBuilder, listItemIndentedHierarchyBuilder, listItemSplitter
I'm not a computer scientist or coding expert, but I'm willing to learn.
Thank you in advance for your help!