CodeScan now supports a plugin to export your recent test results as .CSV files.
Installation
PLEASE NOTE: The .CSV plugin requires a SonarQube (6.5+) installation.
-
First, you need to download the .CSV export plugin from here. It’s available as a ready-to-go .JAR file or an archive of source code (.ZIP and .TAR.GZ) .
-
Copy the .JAR file into your SonarQube plugins folder at “(your SonarQube directory)/extensions/plugins/“.
Start your SonarQube server and run a scan on one or more projects. Once the scan is finished, click on the More drop-down menu at the top of the screen. Click on CSV Issue Export and you’ll be given a list of fiters and all projects currently in SonarQube.
Choose the filters you require and click the name of a project to download the .CSV report for that project with the filters you have selected. Open the file with a spreadsheet editor to view your project's issues.
There is a limit of 10,000 issues per export. If this occurs, please add filters to narrow your selection.