@@ -12,32 +12,32 @@ exact match as well as some Levenshtein matching.
1212## OPTIONS
1313
1414```
15- -allow-duplicates allow duplicates when searching for matches
16- -append-edit-distance append column with edit distance found (useful for tuning levenshtein)
17- -case-sensitive perform a case sensitive match (default is false)
18- -col column to search for match in the CSV file
19- -contains use contains phrase for matching
20- -d set delimiter character
21- -delete-cost set the delete cost to use for levenshtein matching
22- -delimiter set delimiter character
23- -example display example(s)
24- -h display help
25- -help display help
26- -i input filename
27- -input input filename
28- -insert-cost set the insert cost to use for levenshtein matching
29- -l display license
30- -levenshtein use levenshtein matching
31- -license display license
32- -max-edit-distance set the edit distance thresh hold for match, default 0
33- -o output filename
34- -output output filename
35- -skip-header-row skip the header row
36- -stop-words use the colon delimited list of stop words
37- -substitute-cost set the substitution cost to use for levenshtein matching
38- -trim-spaces trim spaces around cell values before comparing
39- -v display version
40- -version display version
15+ -allow-duplicates allow duplicates when searching for matches
16+ -append-edit-distance append column with edit distance found (useful for tuning levenshtein)
17+ -case-sensitive perform a case sensitive match (default is false)
18+ -col column to search for match in the CSV file
19+ -contains use contains phrase for matching
20+ -d set delimiter character
21+ -delete-cost set the delete cost to use for levenshtein matching
22+ -delimiter set delimiter character
23+ -example display example(s)
24+ -h display help
25+ -help display help
26+ -i input filename
27+ -input input filename
28+ -insert-cost set the insert cost to use for levenshtein matching
29+ -l display license
30+ -levenshtein use levenshtein matching
31+ -license display license
32+ -max-edit-distance set the edit distance thresh hold for match, default 0
33+ -o output filename
34+ -output output filename
35+ -skip-header-row skip the header row
36+ -stop-words use the colon delimited list of stop words
37+ -substitute-cost set the substitution cost to use for levenshtein matching
38+ -trim-spaces trim spaces around cell values before comparing
39+ -v display version
40+ -version display version
4141```
4242
4343## EXAMPLES
0 commit comments