timrdf / DataFAQs

LINKED DATA QUALITY REPORTS
41 stars 7 forks source link

CKAN format survey #98

Open timrdf opened 12 years ago

timrdf commented 12 years ago
echo "copy (select format, count(*) from resource group by format
order by count(*) desc) to stdout with CSV HEADER" | psql -d
<your-database> -h <your-host> -o 'tdh_resource_formats.csv'

-Adrià Mercader