Closed
Description
Currently we have a source file in CSV format that needs to be converted to XML.
The current file exists on a branch here.
We should convert it into xml that is similar to the following:
<?xml version="1.0" encoding="UTF-8" ?>
<root>
<guideline key="Ch01_fa67753" severity="DO" section="Naming" subsection="Variables and Fields">
DO favor clarity over brevity when naming identifiers.
</guideline>
</root>
Be aware there are some non-standard characters in the csv (like smart quotes) that will need to be converted.
This can be done with a script or by hand, once this is done we will not be using the csv again.