-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10-HF16, 11.1, 2021.0
-
Release Notes Summary:Audit is exportable as a CSV file.
-
Tags:
-
Backlog priority:750
-
Sprint:nxplatform 11.1.17, nxplatform 11.1.18, nxplatform 11.1.19, nxplatform 11.1.20, nxplatform 11.1.21
-
Story Points:3
We want to export audit as CSV files.
For that we need to add CSV writers to write LogEntry as CSV in order to query them through available REST endpoint.
We want to control what the writer will write. We could use fetch.property mechanism to do that. We will write properties given by the fetch if provided otherwise write default ones (id, eventId, category, date, username, document, comment).
Extended infos won't be written by this writer for now due to its complexity.