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

With Excel sheets, cells with "0%" are converted to 'N/A' in the csv file. #613

Open
simofou opened this issue Jun 21, 2024 · 0 comments
Open

Comments

@simofou
Copy link

simofou commented Jun 21, 2024

Issue

Using Excel data with a percentage column. When converting to a CSV, all the values are properly casted as Floats such that '5.12%' becomes 0.0512. However, if the value in the cell is '0.0%' the value persisted in the CSV file is 'N/A'. It should just be 0.

Thanks,
simo

System configuration

Roo version: 'roo', '>= 2.8', '< 2.9'

Ruby version: ruby 2.6.10p210 (2022-04-12 revision 67958) [arm64-darwin23]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant