Small Go library to parse SFCC xml exports (only order export for now)
The library exposes some useful functions like:
- ParseXML (parses the provided file to a slice of Order)
- WriteXML (writes the provides slice of Order to a file)
- XMLtoJSON(parses the provided file and exports it as a JSON file)