Skip to content

bluecat-japac/csv2migrationxml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV to BlueCat migration XML

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.

Requirement

This module requires the following:

  • python3.7
  • Input: csv file

Usage

  • 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