DDMAL / linkedmusic-datalake

To create mapping strategies for various music databases into our data lake
https://virtuoso.staging.simssa.ca
0 stars 4 forks source link

Change csv2rdf so that `entity_type` does not depend on input order #121

Closed dchiller closed 3 months ago

dchiller commented 3 months ago

Currently, the csv2rdf accepts command line arguments that define a number of input files. The entity mapping for those files is provided in the mapping.json file. The command line arguments and the entity_type mapping are required to be the same number and in the same order. This structure means that a committed mapping.json file requires specific command line arguments to be passed in a specific order. But a future developer has no way of knowing what that order is.

Yueqiao12Zhang commented 3 months ago

I will change the nested list into a nested dict.