The Exports by Country dataset isn't working right now because of a simple misconfiguration.
Also, it doesn't look like there are any tests, but you could do something like this to find similar misconfigurations: ruby -rJSON -e 'JSON.parse(File.read("datasets.json")).each{|dataset| file=JSON.parse(File.read(dataset))["file"]; warn file unless File.exists?(file)}'
The Exports by Country dataset isn't working right now because of a simple misconfiguration.
Also, it doesn't look like there are any tests, but you could do something like this to find similar misconfigurations:
ruby -rJSON -e 'JSON.parse(File.read("datasets.json")).each{|dataset| file=JSON.parse(File.read(dataset))["file"]; warn file unless File.exists?(file)}'