Skip to content

MohammedOH/XML_Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML parser

Info

Used to parse XML files and output them into JSON format.

Prerequisites

Make sure you have installed all the following prerequisites on your pc:

Usage

  • Run main.py followed with filenames, without the file extension .xml, as system arguments. Then wait for the result. Here is an example of a command:

      $ python main.py seatmap1 seatmap2
    

Output

  • You will have an output file for each input file named {INPUT_FILE_NAME}_parsedAll.json.
  • For the files seatmap1 and seatmap2, you will have a result of seatmap{1/2}_parsed.json.
  • You can pass seatmap1 and seatmap2 in any order.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages