Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ ckan.plugins = <other plugins> datapusher_plus
> ckanext.datapusher_plus.download_timeout = 300
> ckanext.datapusher_plus.ssl_verify = false
> ckanext.datapusher_plus.download_proxy =
> ckanext.datapusher_plus.types = csv xls xlsx tsv application/csv application/vnd.ms-excel application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
> ckanext.datapusher_plus.formats = csv xls xlsx tsv application/csv application/vnd.ms-excel application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
> ckanext.datapusher_plus.type_mapping = {"String": "text", "Integer": "numeric","Float": "numeric","DateTime": "timestamp","Date": "timestamp","NULL": "text"}
> ckanext.datapusher_plus.pii_screening = false
> ckanext.datapusher_plus.pii_quick_screen = false
Expand Down
2 changes: 1 addition & 1 deletion ckanext/datapusher_plus/config_declaration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ groups:
description: |
Download proxy

- key: ckanext.datapusher_plus.types
- key: ckanext.datapusher_plus.formats
description: |
Types of files to be processed
default: csv xls xlsx tsv application/csv application/vnd.ms-excel application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Expand Down