My question is based on my assumption the WI uses a relational db model. I have a download and wanted to import the .csv files into a relational db based on fields e.g. project_id and deployment_id for relationships. However I found that the deployments.csv had 6 records with the same deployment_id. The images to deployments relationship failed as many to many
So am I wrong about WI data having a relational structure ?or is there a problem that allowed duplicate deployment_id s in the deployments ? or are there other hidden key fields? or?
Bob