1- #CSVtoXMLConverter
1+ #JAVA CSV to XML Converter
22* It is a console application with var args
33* Uses the traditional methodology to generate the xml (without a library), through
44of nodes and tree structure.
@@ -7,7 +7,10 @@ of nodes and tree structure.
77##Project test
88
99###CSV Input File
10- (You can find it[ here] ( examples/grades.csv ) )
10+
11+ The fields are separated by commas in the original file
12+
13+ _ (You can find it[ here] ( examples/grades.csv ) )_
1114```
1215Last nameFirst nameSSNTest1Test2Test3Test4FinalGrades
1316AlfalfaAloysius123-45-6789 40.0 90.0 100.0 83.0 49.0D-
@@ -30,7 +33,7 @@ HeffalumpHarvey632-79-9439 30.0 1.0 20.0 30.0 40.0C
3033```
3134
3235##XML Output file
33- (You can find it[ here] ( examples/gradesOutput.xml ) )
36+ _ (You can find it[ here] ( examples/gradesOutput.xml ) )_
3437```
3538<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3639<root>
@@ -220,4 +223,4 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
220223
221224##[ Donate] ( http://paypal.me/apesteguia )
222225
223- Any amount is welcome ☕
226+ Any amount is welcome ☕💕