the script needs to build the DNS zone structure, and then write out the sub-zones and resource records in the correct zones in XML.
This module requires the following:
- python3.7
- Input: csv file
- To run by script command
csv2xml.py <SOURCE>.csv
- To run by python command
python csv2xml.py <SOURCE>.csv
- To see the full list of options:
csv2xml.py --help