alkem-io / populator

Populate the entities in an ecoverse from a defined Google Sheet format
European Union Public License 1.2
0 stars 0 forks source link

Number of memberOrganizations is not updated with populator #116

Open Comoque1 opened 2 years ago

Comoque1 commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Use the populator repository
  2. Using the existing file "alkemi-sdgs.ods" run the command: npm run poplate
  3. Compare the results from the the populated data with the data in the file (specifically for memberOrg) - all data is correct
  4. Update the file to have multiple organization members for a challenge and opportunity by adding the organizations nameID
  5. Run the command: npm run poplate
  6. Compare the results from the the populated data with the data in the file (specifically for memberOrg) - the added in the file memberOrgs are not populated

Expected behavior Number of member organizations can be updated, when rerun the populator with updated data. All parameters of the Challenge and Opportunity can be updated.

Additional context Multiple memberOrg are created to Challenge and Opportunity, if the population is run for the first time with the selected file.