Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

[parsers][m]: parse xls booleans as booleans, not integeres #232

Merged
merged 2 commits into from
Mar 21, 2018

Conversation

zelima
Copy link
Contributor

@zelima zelima commented Mar 19, 2018

This PR fixes #230

As discussed in the issues above, xls booleans are parsed as integers - 1 for True, 0 for False. The PR checks if the type of cell ctype is type boolean and forces value to be boolean

includes tests

NOTE: Not sure why tests are failing, seems like they were failing before me - just run tests on master and they are failing as well.

@zelima zelima requested a review from roll March 19, 2018 04:50
@roll
Copy link
Member

roll commented Mar 19, 2018

@zelima
Thanks.

Can you please apply this change - 9d5ee06 - to this PR?

@zelima
Copy link
Contributor Author

zelima commented Mar 19, 2018

@roll tests now are passing, thanks

@roll
Copy link
Member

roll commented Mar 21, 2018

@zelima
Thanks

Copy link
Member

@roll roll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@roll roll merged commit 9675ead into master Mar 21, 2018
@roll roll deleted the fix/xls-booleans branch March 21, 2018 08:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integers are converted into numbers if source is excel
3 participants