README.md in cvg-0.0.2 vs README.md in cvg-0.1.0

- old
+ new

@@ -4,12 +4,14 @@ cvg --present colA input.csv cvg --missing colA input.csv -cvg --regex 'colA:/\d+/' input.csv +cvg --match 'colA:/\d+/' input.csv +cvg --match 'colA:one,two,three,/\d+/' input.csv + cvg --detect-missing input.csv cvg --lt 'colA:5' input.colA Multiple tests: @@ -40,8 +42,10 @@ DONE treat as missing %w{ N/A n/a NULL null - #DIV/0 #REF! #NAME? NIL nil NA na #VALUE! #NULL! NaN #N/A #NUM! ? } writes report (why rejected row, checks missing and extra columns across input files) -dup checks on certain cols +DONE dup checks on certain cols optionall uses minimal set of headers shared by all + +make it possible to match a field that starts with a /