Generate Sonar Report in XML and CSV file Format
问题 I am using SonarQube 6.4 and I want to generate the report in XML and CSV format. Can anybody tell me how to do that ? 回答1: There is no native functionality in SonarQube to generate the kind of reports you want. If you really have to have this, you'll need to cobble it together yourself with the results of the web services. Note that there are some hard-coded limits on the volume of results you can pull from those services, so you won't be able to use them to dump the entire DB. 来源: https:/