CSV fields

You can export code review result data to CSV format.
Table 1 shows the field names and field values of the CSV format:
Table 1. Comma-separated values
Field name Field value
PROVIDER ID The ID of the rule provider that generated the result.
PROVIDER The name of the rule provider that generated the result.
CATEGORY ID The ID of the category that contains the rule that generated the result.
CATEGORY The name of the category that contains the rule that generated the result.
RULE ID The ID of the rule that generated the result.
RULE The name of the rule that generated the result.
SEVERITY The severity of the rule that generated the result: SEVERE, WARNING, or RECOMMENDATION.
FILE The file for which the result was generated.
LINE The line of the file on which the result was generated.

Feedback