Added an example for a verbal comparison

This commit is contained in:
Fonata
2019-12-25 15:04:07 +01:00
parent d7ba892d38
commit 7ba2f9b296

View File

@@ -17,6 +17,7 @@ $csv = new Csv();
$csv->conditions = 'author does not contain dan brown';
// $csv->conditions = 'rating < 4 OR author is John Twelve Hawks';
// $csv->conditions = 'rating > 4 AND author is Dan Brown';
// $csv->conditions = 'rating is greater than 4';
# Parse '_books.csv' using automatic delimiter detection.