dathere / datapusher-plus

A standalone web service that pushes data into the CKAN Datastore fast & reliably. It pushes real good!
GNU Affero General Public License v3.0
27 stars 21 forks source link

Uploaded resource as TSV file not separating columns #152

Open rzmk opened 2 months ago

rzmk commented 2 months ago

Describe the bug I'm uploading a basic TSV file with two columns (fruit and price) but the resource on my CKAN instance only shows an id column and fruit price instead of two separate columns of fruit and price.

To Reproduce Steps to reproduce the behavior:

  1. Go to data.dathere.com.
  2. Log into data.dathere.com.
  3. Upload a TSV file such as in this zip: fruits.zip
  4. See the resource's page (example below).

Expected behavior The columns fruit and price should be separate, not the same column.

Screenshots image image