tdt / input

A package which allows you to set up your own EML (Extract, Map and Load) tool.
http://thedatatank.com
5 stars 7 forks source link

Check if curl can get data and mapping files using HEAD #51

Closed JeppeKnockaert closed 10 years ago

JeppeKnockaert commented 11 years ago

Problem

You can add a new job without file:// or http:// before your data and mapping files, but then the job doesn't work.

Solution

Check the file URL with curl in the InputResourceController and give an error if the link is incorrect.

coreation commented 10 years ago

Validation is now provided on all of the properties where relevant, just noticed this very old issue.