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
I ingested the following file into the ODE:
ODE_KR1_zagreb-01.2019-06.2024-potrosnje-i-troskovi-po-omm-mjesecno.xlsx
When I tried to select it, I get this error on the console:
self.table_model = FrictionlessTableModel(data, errors) File "/Users/holahola2/Repos/opendataeditor/ode/panels/data.py", line 66, in __init__ self.errors = self._get_errors(errors) File "/Users/holahola2/Repos/opendataeditor/ode/panels/data.py", line 103, in _get_errors row = error.row_number - 1 AttributeError: 'HashCountError' object has no attribute 'row_number' ```
The text was updated successfully, but these errors were encountered:
@rustico I think this issue could be also linked to #766
Sorry, something went wrong.
@romicolman can you share with me the metadata file? We can check it out together because I cannot reproduce it.
metadata
We checked, we think is an issue with the metadata file between differences branches with different schemas.
We cannot reproduce it.
rustico
No branches or pull requests
I ingested the following file into the ODE:
ODE_KR1_zagreb-01.2019-06.2024-potrosnje-i-troskovi-po-omm-mjesecno.xlsx
When I tried to select it, I get this error on the console:
The text was updated successfully, but these errors were encountered: