
Export Validator Log
export.Validator.RdThis function exports the log of a Validator object to a file in the specified format.
Arguments
- object
A
Validatorobject containing the log to be exported.- file
A string specifying the file path where the log will be exported. The file extension must match the specified format.
- format
A string specifying the format of the output file. Supported formats are
"yaml","json","html", and"csv".- ...
Additional arguments passed to specific methods.