Skip to content

Health-Informatics-UoN/xml-bunny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMLBunny

This is a tool that parses an XML file and generates an Excel format report detailing the structure of the file.

This currently consists of a console application built in C#.

To Get Started

  1. Download XMLBunny.zip from the assets of the latest release or click here.

  2. Extract all from XMLBunny.zip.

  3. Open the command line interface. To do this:

    • Click on windows + R on the keyboard.
    • Type in 'cmd' and press the Enter key.
  4. From the command line, cd path-to-XMLBunny-extracted-folder e.g cd Downloads/XMLBunny

  5. Type in 'XMLBunny.exe' and press the Enter key to run the executable.

  6. Once running, follow the instructions to parse XML files with desired requirements.

Sample

  • XML File (sample.xml)
<doc>
<person>
  <name>
    <firstName>Emma</firstName>
    <lastName>Brown</lastName>
  </name>
  <email>[email protected]</email>
  <age>58</age>
</person>
<person>
  <name>
    <firstName>Emma</firstName>
    <lastName>Brown</lastName>
  </name>
  <email>[email protected]</email>
  <age>70</age>
</person>
</doc>
  • XMLBunny Console

Screenshot 2024-08-19 220005

  • Output File (sample.xlsx)

Screenshot 2024-08-19 220249

About

A tool for analysing the structure of XML files.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages