CSV Export

Last updated: 2026-03-29

Exporting Findings

The Findings page supports CSV export of all findings for a scan. Use this to pull data into a spreadsheet, a client-facing tracker, or any downstream tooling that accepts tabular input.

To export:

  1. Navigate to the scan’s Findings page.
  2. Use the CSV export option (export button in the toolbar).
  3. When prompted, choose an output path and filename with a .csv extension.
  4. The file is written to your chosen location.

The export includes all finding fields visible in the table: severity, title, plugin ID, CVSS score, triage status, and associated metadata.

Note: The export path is validated on the backend. Path traversal attempts and files without a .csv extension are rejected. Stick to a standard file system path.


Exporting the Finding Library

The Finding Library can be exported in bulk to CSV. This is useful for backing up your library, sharing templates with another JuturnaReport user, or reviewing your template set outside the app.

To export the library:

  1. Navigate to Finding Library from the left sidebar.
  2. Use the bulk export option.
  3. Choose an output path and filename.

The exported CSV contains all library finding fields: severity, category, title, description, recommendation, and references.


Working with Exported CSVs

Exported CSVs use standard comma-separated formatting and are compatible with Excel, LibreOffice Calc, and any CSV-capable tool.

Findings exports are a point-in-time snapshot. If you update triage status or consultant content after exporting, re-export to get the updated data.