You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The most powerful and comprehensive CSV/[TSV](https://www.iana.org/assignments/m
23
23
*__Automatic delimiter sniffer__. Don't worry if you forgot the file configuration. The interface has a solid strategy for sniff delimiters!
24
24
*__Highly Configurable__. User can configure the parser to work with a wide range of CSV files.
25
25
*__CSV data subsetting__. Split CSV data into a set of files with related data.
26
-
*__Like SQL queries on CSV files__. Use complex patterns 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)).
27
27
*__Flexible__. Import only certain range of records from the given file, import fields (columns) by indexes or names, read records in sequential mode.
28
28
*__Dynamic Typing support__. Turn CSV data field to a desired VBA data type.
29
29
*__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.
0 commit comments