Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bobbylight opened this issue May 28, 2018 · 1 comment
Assignees
Milestone

Comments

@bobbylight
Copy link
Owner

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 bobbylight self-assigned this May 28, 2018
@bobbylight
Copy link
Owner Author

bobbylight commented Apr 2, 2021

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).

@bobbylight bobbylight added this to the 1.4.0 milestone Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant