Skip to content

Commit f7ab25b

Browse files
authored
Update index.md
1 parent bf0ea50 commit f7ab25b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The most powerful and comprehensive CSV/[TSV](https://www.iana.org/assignments/m
2323
* __Automatic delimiter sniffer__. Don't worry if you forgot the file configuration. The interface has a solid strategy for sniff delimiters!
2424
* __Highly Configurable__. User can configure the parser to work with a wide range of CSV files.
2525
* __CSV data subsetting__. Split CSV data into a set of files with related data.
26-
* __Like SQL queries on CSV files__. Add your own logic to mimic SQL queries and filter data by criteria (=, <>, >=, <=, AND, OR).
26+
* __Like SQL queries on CSV files__. Use complex patterns to mimic SQL queries and filter data by criteria (=, <>, >=, <=, & (AND), |(OR)).
2727
* __Flexible__. Import only certain range of records from the given file, import fields (columns) by indexes or names, read records in sequential mode.
2828
* __Dynamic Typing support__. Turn CSV data field to a desired VBA data type.
2929
* __Multi-level data sorting__. Sort CSV imported data over multiple columns using the hyper-fast(100k records per second) [Yaroslavskiy Dual-Pivot Quicksort](https://web.archive.org/web/20151002230717/http://iaroslavski.narod.ru/quicksort/DualPivotQuicksort.pdf) like Java and also other methods like: IntroSort, HeapSort and Merge sort.
30-
* __Microsoft Access compatible__. The library has a version for those who feel in comfort working through DAO databases, [download from here](https://github.com/ws-garcia/VBA-CSV-interface/raw/master/src/Access_version.zip).
30+
* __Microsoft Access compatible__. The library has a version for those who feel in comfort working through DAO databases, [download from here](https://github.com/ws-garcia/VBA-CSV-interface/raw/master/src/Access_version.zip).

0 commit comments

Comments
 (0)