Sigra.Admin.Audit.CSVExport (Sigra v1.20.0)

Copy Markdown View Source

Stable CSV encoding for admin audit evidence exports.

Summary

Functions

dump(rows)

@spec dump([map()]) :: String.t()

header()

@spec header() :: [String.t()]

row(event, users_by_id, orgs_by_id, opts \\ [])

@spec row(struct(), map(), map(), keyword()) :: map()