Closed deniszgonjanin closed 9 years ago
The issue seems to be in the "add filter" feature of the edit view page. CKAN seem to analyze the file in order to propose filters and it fails in some occurrences with the provided CSV is encoded in utf-8 with BOM.
Here are the 2 same files, the no_bom
works fine, while the with_bom
triggers the error: https://drive.google.com/folderview?id=0B7gAVbY0-eHrflZ6a0dUbVNEVzZKNkJDdFZCN2t0ak9YdWs0UzJHSUR6RUJDOGN3X1lVbm8&usp=sharing
When overriding view_form_filters.html
with an empty file, the error does not occur anymore.
Moved to the official ckan issue tracker https://github.com/ckan/ckan/issues/2401