Specify the output formats for exported report files.
This field accepts a comma-separated list of writer kinds that determine the format of exported report files.
Valid values are: PLAIN, JSON, and PROPERTIES.
Valid values:
PLAIN - Plain text formatJSON - JSON formatPROPERTIES - Java properties formatExamples:
PLAIN - Export only in plain text formatJSON, PROPERTIES - Export in both JSON and properties formatsPLAIN, JSON, PROPERTIES - Export in all three formatsValidation rules:
PLAIN TEXT is invalid)Leave empty if no specific format is required (defaults will be used).