Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc7d291

Browse files
author
Alfredo
authored
Update README.md
1 parentc28ccf7 commitfc7d291

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

‎README.md‎

Lines changed: 7 additions & 4 deletions
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 nameFirst nameSSNTest1Test2Test3Test4FinalGrades
1316
AlfalfaAloysius123-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 ☕💕

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp