Skip to content

Commit

Permalink
Merge 80b54b1 into 28db5ad
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjames committed Nov 14, 2018
2 parents 28db5ad + 80b54b1 commit 440fc8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cove/lib/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ def convert_json(upload_dir, upload_url, file_name, schema_url=None, replace=Fal
main_sheet_name=config['root_list_path'],
root_list_path=config['root_list_path'],
root_id=config['root_id'],
schema=schema_url
schema=schema_url,
remove_empty_schema_columns=True
)

if xml:
Expand Down

0 comments on commit 440fc8f

Please sign in to comment.