Skip to content

santhosh2r2/xml-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML-Generator

This creates xml files from Excel file.

Excel file prepration

  • Columns 1 and 2 - Eontains the element. Further levels can be added, in column 2, by using "." as separator.
  • Column 3 - Attribute for the parent element
  • Column 4 and above - the data for XML file is entered
# Install and activate the environment 
poetry install && poetry shell

# Execute the script
python xml_generator

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages