File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- # CSVtoXMLConverter
1
+ # JAVA CSV to XML Converter
2
2
* It is a console application with var args
3
3
* Uses the traditional methodology to generate the xml (without a library), through
4
4
of nodes and tree structure.
@@ -7,7 +7,10 @@ of nodes and tree structure.
7
7
## Project test
8
8
9
9
### 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 ) )_
11
14
```
12
15
Last name First name SSN Test1 Test2 Test3 Test4 Final Grades
13
16
Alfalfa Aloysius 123-45-6789 40.0 90.0 100.0 83.0 49.0 D-
@@ -30,7 +33,7 @@ Heffalump Harvey 632-79-9439 30.0 1.0 20.0 30.0 40.0 C
30
33
```
31
34
32
35
## XML Output file
33
- (You can find it [ here] ( examples/gradesOutput.xml ) )
36
+ _ (You can find it [ here] ( examples/gradesOutput.xml ) )_
34
37
```
35
38
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
36
39
<root>
@@ -220,4 +223,4 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
220
223
221
224
## [ Donate] ( http://paypal.me/apesteguia )
222
225
223
- Any amount is welcome ☕
226
+ Any amount is welcome ☕💕
You can’t perform that action at this time.
0 commit comments