ckan / ckanapi

A command line interface and Python module for accessing the CKAN Action API
Other
181 stars 74 forks source link

An extra "-" is added to filenames when dumping datasets #177

Open frafra opened 4 years ago

frafra commented 4 years ago

A resource called "title.ext" becomes "name-.ext". Resource title is still the same, but the path differs.

      "name": "s-ptarmigan-counts-readme-pdf",
      "path": "data/s-ptarmigan-counts-readme-.pdf",
      "title": "S_ptarmigan_counts_readme.pdf"