-
Notifications
You must be signed in to change notification settings - Fork 4
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
Ir-regular columns #16
Comments
Well, the rst and html formats handle this differently, having a cell for the missing data, but most importantly the column should be recognised as having numerical alignment. i.e. this bug is impacting the other rows. If it is an upstream bug, it should be reported (but given the lack of response on the PR I sent them...) and a workaround included in pyexcel-text so that our users can rely on numbers being aligned correctly, otherwise we need to document this oddity. Also the JSON uses |
There are multiple problematic results here, which may have a similar fix. When Empty cells in CVS files loaded with So the Issues when loading a dict isnt a serious problem -- the caller can fix the data. However when loading a csv file, using So the serious problem here is that One possible workaround is for |
regarding the workaround, looks like placing " "(one space) in https://github.com/pyexcel/pyexcel-text/blob/master/tests/test_io.py#L217 will get the position filled. '' or None does not help. |
A single space may fill the column but it will not fix the alignment of a column containing numbers. |
What would be the work around? |
What's the impact of https://github.com/pyexcel/pyexcel-text/blob/master/tests/test_io.py#L85?
The text was updated successfully, but these errors were encountered: