We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to some data errors, the tables need not to be a perfect MxN rectangle.
It should be considered if these cases should be fixed with some heuristics and if not, how to handle them during export.
See e.g. example # 20 in ToTTo in which a cell containing a dash with a column span of 2 is missing in the original raw data:
table (cf. the row "Neftekhimik Nizhnekamsk")
[{'column_span': 1, 'is_header': False, 'row_span': 3, 'value': 'Neftekhimik Nizhnekamsk (loan)'}, {'column_span': 1, 'is_header': False, 'row_span': 1, 'value': '2012–13'}, {'column_span': 1, 'is_header': False, 'row_span': 2, 'value': 'Russian FNL'}, {'column_span': 1, 'is_header': False, 'row_span': 1, 'value': '6'}, {'column_span': 1, 'is_header': False, 'row_span': 1, 'value': '0'}, {'column_span': 1, 'is_header': False, 'row_span': 1, 'value': '0'}, {'column_span': 1, 'is_header': False, 'row_span': 1, 'value': '0'}, {'column_span': 2, 'is_header': False, 'row_span': 1, 'value': ''}, // here another cell of column_span 2 is missing {'column_span': 1, 'is_header': False, 'row_span': 1, 'value': '6'}, {'column_span': 1, 'is_header': False, 'row_span': 1, 'value': '0'}],
output HTML
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to some data errors, the tables need not to be a perfect MxN rectangle.
It should be considered if these cases should be fixed with some heuristics and if not, how to handle them during export.
See e.g. example # 20 in ToTTo in which a cell containing a dash with a column span of 2 is missing in the original raw data:
table (cf. the row "Neftekhimik Nizhnekamsk")
ToTTo (excerpt from the example)
output HTML
The text was updated successfully, but these errors were encountered: