Skip to content

Commit

Permalink
Saco superThemeTaxonomy de la lista de metadata ignorada
Browse files Browse the repository at this point in the history
  • Loading branch information
lrromero committed Jun 7, 2018
1 parent aa25a60 commit 3f464de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydatajson/writers.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def write_xlsx_catalog(catalog, path, xlsx_fields=None):

catalog_dict["catalog"] = [
_tabulate_nested_dict(catalog.get_catalog_metadata(
exclude_meta_fields=["superThemeTaxonomy", "themeTaxonomy"]),
exclude_meta_fields=["themeTaxonomy"]),
"catalog")
]
catalog_dict["dataset"] = _generate_dataset_table(catalog)
Expand Down

0 comments on commit 3f464de

Please sign in to comment.