cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

Xml parser with author and csv creator

Open DavidSlivka opened this issue 4 years ago • 0 comments

Hi, I have created 2 scripts. "add_author_information.py" adds author, author mail and date of an error into a new copy of the XML file. This XML file is generated by cppcheck. The second script "create_csv_with_author.py" takes the output from the first script and makes a CSV file with all the information in XML. I believe some developers may find these scripts useful.

DavidSlivka avatar Sep 09 '21 19:09 DavidSlivka