bobbylight / random-acts-of-kinase

A web application to track the kinase research done by the SGC.
https://randomactsofkinase.org
MIT License
3 stars 0 forks source link

Importing compounds with all caps 'TRUE' or 'FALSE' for 'hidden' field fail to upload #37

Open bobbylight opened 6 years ago

bobbylight commented 6 years ago

Excel converts true/false columns to TRUE/FALSE, which jackson-csv cannot convert to a Java Boolean. Hopefully we can figure out a way around this.

bobbylight commented 3 years ago

Update: This is fixed in javckson-dataformat-csv 2.12.x, which will be included in the Spring Boot 2.5.0 BOM (Spring Boot 2.4.x pulls in Jackson 2.11.x).