[ckan-changes] [ckan/ckan] 7e797b: [#2553] Fix autodetect for tsv resources
GitHub
noreply at github.com
Thu Jul 23 09:24:04 UTC 2015
Branch: refs/heads/2553-tsv-autodetect
Home: https://github.com/ckan/ckan
Commit: 7e797b7a53181feacfda1cfaeceb96eaed3531bc
https://github.com/ckan/ckan/commit/7e797b7a53181feacfda1cfaeceb96eaed3531bc
Author: amercader <amercadero at gmail.com>
Date: 2015-07-23 (Thu, 23 Jul 2015)
Changed paths:
M ckan/config/resource_formats.json
M ckan/tests/lib/test_helpers.py
Log Message:
-----------
[#2553] Fix autodetect for tsv resources
When you upload or link to a TSV file and don't specify a resource format,
the format that you end up with is text/tab-separated-values.
This is not recognized by the DataPusher and the resource is not uploaded to
the DataStore.
This patch adds this alternative representation to the canonical resource
format list.
More information about the ckan-changes
mailing list