Skip to content

Commit fc7d291

Browse files
author
Alfredo
authored
Update README.md
1 parent c28ccf7 commit fc7d291

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
of 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
```
1215
Last name First name SSN Test1 Test2 Test3 Test4 Final Grades
1316
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
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 ☕💕

0 commit comments

Comments
 (0)