Oups what is going wrong?
I want to retrieve the ids of a number of people, stored in the authors.csv file. I modified the name of path_csv and thought it would work. But it doesn't. It's late and I'm not sure I can solve this problem. If you have a clue, could you tell me? Here is the answer I get:
Traceback (most recent call last):
File "/home/bizais/Documents/Recherche/CKP/GitLab/tools/notebooks/throwaway.py", line 51, in <module>
csv = CKP(heimdall.getDatabase(format='csv', url=path_csv))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/bizais/miniconda3/lib/python3.12/site-packages/heimdall/heimdall.py", line 59, in getDatabase
return fun(**options)
^^^^^^^^^^^^^^
File "/home/bizais/miniconda3/lib/python3.12/site-packages/heimdall/connectors/csv.py", line 28, in getDatabase
_file2hera(tree, path, **options)
File "/home/bizais/miniconda3/lib/python3.12/site-packages/heimdall/connectors/csv.py", line 47, in _file2hera
_row2item(tree, eid, row)
File "/home/bizais/miniconda3/lib/python3.12/site-packages/heimdall/connectors/csv.py", line 66, in _row2item
heimdall.createItem(tree, eid=eid, **row)
TypeError: keywords must be strings