Skip to content

Commit 8ce2cc5

Browse files
committed
Update README.md
1 parent d717391 commit 8ce2cc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# go-csv
22

3-
This tiny tool now provides the following functionalities:
4-
- Automatically detects the CSV delimiter. It fully conforms to the specifications outlined on the on the [Wikipedia article][csv].
3+
This tiny tool is dedicated to automatically detects the CSV delimiter. It fully conforms to the specifications outlined on the on the [Wikipedia article][csv]. Looking through many CSV libraries code and discussion on the stackoverflow, finding that their CSV delimiter detection is limited or incomplete or containing many unneeded features. Hoping this can people solve the CSV delimiter detection problem without importing extra overhead.
54

65
[csv]: http://en.wikipedia.org/wiki/Comma-separated_values
76

0 commit comments

Comments
 (0)