Skip to content

Commit 6d1bbc1

Browse files
authored
Update README.md
1 parent f786dea commit 6d1bbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The most powerful and comprehensive CSV/[TSV](https://www.iana.org/assignments/m
1515
* __Robust__. The library is not just a simple parser and writer, it is also a CSV data editor/manager.
1616
* __[UTF-8](https://www.unicode.org/faq/utf_bom.html#UTF8) encoding support__. Do you have a CSV file, perhaps in chinese or some other foreign cyrillic language, downloaded from the Internet? This library is made to help you deal with it! You will be able to read and write UTF-8 encoded files in an easy way.
1717
* __Easy to use__. A few lines of code can do the work!
18-
* __Automatic delimiter sniffer__. Don't worry if you forgot the file configuration. The interface has a solid strategy for sniff delimiters!
18+
* __Automatic delimiter sniffer__. Don't worry if you forgot the file configuration. The interface has a solid strategy to sniff delimiters!
1919
* __Highly Configurable__. User can configure the parser to work with a wide range of CSV files.
2020
* __CSV data subsetting__. Split CSV data into a set of files with related data.
2121
* __Like SQL queries on CSV files__. Add your own logic to mimic SQL queries and filter data by criteria (=, <>, >=, <=, AND, OR).

0 commit comments

Comments
 (0)