datagvat / ckanext-dgvat_xls

Custom feature for CKAN (based on data.gv.at implementation)
0 stars 0 forks source link

missing ckanext.dgvat_form.lib.dgvat_helper module #1

Open nesnera opened 6 years ago

nesnera commented 6 years ago

I've tried your plugin and /export_xls returns error:

File '/usr/lib/ckan/default/src/ckanext-dgvat-xls/ckanext/dgvat_xls/controllers/export.py', line 15 in <module>
  import ckanext.dgvat_form.lib.dgvat_helper as dgvat_helper
ImportError: No module named dgvat_form.lib.dgvat_helper

BTW: An example of xml template would be nice.. ;)

reicharm commented 6 years ago

Thanks for the feedback. The plugin relies on our custom database scheme and therefore requires another one of our plugins to do the matching to some special values.

I will release the missing plugin in the next few days, so that your error should go away. I can also include our template file.

But you should be aware, that the exporting might not work for your scheme and you might get some unexpected outputs in your .xls. As I said it's custom for our set of metadata and you will have to throw out lots of conversions and mappings to match your installation ...

greetings, michael