Project

General

Profile

« Previous | Next » 

Revision 7362

only include public (readable) DOIs in the final output

View differences:

src/doi_registration.sql
633 633
resourceMapLocation as d1_resourceMapLocation,
634 634
access as d1_read_access
635 635
from doi_registration 
636
where access = 'public'
636 637
order by dc_identifier) 
637 638
TO '/tmp/doi_registration.csv'
638 639
WITH CSV HEADER;

Also available in: Unified diff