orenccl commented on issue #5477: URL: https://github.com/apache/gravitino/issues/5477#issuecomment-2461182093
Hi @justinmclean, Could I add a function called `csvFormat()` in `Audit.java` and use it like this: ```java String output = audit.csvFormat(); ``` Or, alternatively, something like this: ```java String output = new CSVFormat(audit).handle(); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
