Python CSV-to-ESF is a simple, quick, offline, Python powered CSV to XML format generator for ESF files.
Python 3 is all that is needed to run.
$ git clone https://github.com/tannerbyers/Python-CSV-to-ESF
$ cd Python-CSV-to-ESF
Now you must add your Error code and Snip level to the EditsinCSV.csv file
Sample Information:
Error Code | Snip Level |
---|---|
0x393939ec | 2 |
0x393939ed | 4 |
Now run the below command:
$ python main.py
- Create GUI
- Add Encoding attribute to xml tag
- Add Options (Remove all Snip.lvl)