Document Fetcher CSV Builder
DocFetcher CSV Builder
Filter & Search
0 total
0 shown
0 selected
URL Report Type Organisation Pub. Date Org. URL

Export for Document Fetcher Plugin

Download a CSV file with your selected entries — formatted exactly as required by the Document Fetcher Plugin input specification.

UTF-8 encoded Comma-separated Header row included
0 selected
CSV Preview

Live preview of the export — based on your current selection (or all entries if none selected).

url,report_type,organisation,date,organisation_url
Import from CSV

Upload an existing Document Fetcher CSV to load entries into the builder. Duplicate URLs will be skipped.

Drop CSV file here or click to browse

Accepted: .csv files only · Required columns: url, report_type, organisation, date, organisation_url

Document Fetcher Plugin — CSV Format Specification

The CSV exported by this tool is designed as a direct input for the Document Fetcher Plugin. Each row describes one document. The file must be UTF-8 encoded with a header row as the first line.

url
Full URL to the document/report. Must be a valid HTTP/HTTPS link.
report_type
Category key for the report type (e.g. hta_report, guideline, tech_brief).
organisation
Full name of the publishing organisation.
date
Publication date in YYYY-MM-DD format.
organisation_url
Homepage URL of the publishing organisation.

Example CSV

url,report_type,organisation,date,organisation_url https://example.org/reports/hta-2024.pdf,hta_report,Example HTA Agency,2024-12-01,https://example.org https://worldbank.org/content/brief-2024.pdf,tech_brief,World Bank,2024-06-15,https://worldbank.org https://un.org/docs/guideline-2024.pdf,guideline,United Nations,2024-03-22,https://un.org

Rules

  • First row is always the header row (exact column names as listed above)
  • Fields containing commas or quotes must be enclosed in double quotes
  • Date must follow ISO 8601: YYYY-MM-DD
  • URLs must be complete, including the https:// or http:// scheme
  • All five columns are required; empty values will be exported as empty strings