Steinbeck-Lab / coconut

COCONUT (COlleCtion of Open Natural prodUcTs): A comprehensive platform facilitating natural product research by providing data, tools, and services for deposition, curation, and reuse.
https://coconut.naturalproducts.net
10 stars 0 forks source link

CSV issue with importing compounds #258

Open sriramkanakam87 opened 2 months ago

sriramkanakam87 commented 2 months ago

Summary

Due to the presence of an unexpected comma there is an error in splitting organisms and data got split into organism and organism_part.

Description

Affected ids in the entries table:

Expected Behavior

All of them should be in the organism column

Actual Behavior

They are split into organism and organism_part

Steps to Reproduce

select * from entries where id in(441164, 330804, 365645);

Screenshots/Logs

No response

Environment

It is not environment issue

Additional Information

No response