Simple web service. Generates XML from CSV.
TODO:
- Case where headers are specified in the CSV. Will need to convert to attributes for the CSV.
- Validation for data inside in input CSV file.
- Dynamic node names etc.
- Implement proper simple REST api for handling requests and responses
- Documentation for classes
ISSUES:
- File not being parsed properly when it reaches a certain size.