Skip to content

File parser made for extracting data from weird XML files. Made in Visual Studio using XmlReader in C#.

Notifications You must be signed in to change notification settings

VoidBGS/Ordina-XMLParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ordina-XMLParser

Custom file parser made for extracting data from Ordina XML files. Made in Visual Studio using XmlReader in C#.

Features

XML File Parser - Working file parser that extracts specific data from cleaned Ordina XML files. The extracted information is stored in a CSV File with matching columns.

Preview Data Mode - Before saving the data into a CSV file there is an option to preview it and quickly check for mistakes.

Dynamic File Path Saving - Saves your added path to both your export folder and XML file. This is added so the user can quickly go through the parsing process, without having to enter in a new file path everytime.

Exact Data Extraction - The Ordina-XMLParser extracts only the most important specified data and not the whole XML file, so you won't need to bother cleaning the entire data.

Extracted Data Example

Extracte Data Picture

Developer Note

This file parser will not work on any other XML files except the ones given to us by Ordina. It is very specific to the usecase we currently have.

It is expected that the initial CSV files from Ordina are parsed to XML. This can easily be done using Excel.

About

File parser made for extracting data from weird XML files. Made in Visual Studio using XmlReader in C#.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages