We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667de05 commit b7969f7Copy full SHA for b7969f7
stringComparisonFromCSV.py
@@ -24,7 +24,7 @@
24
for row in reader:
25
nameList.append(str(row['name']))
26
27
-f=csv.writer(open('stringNearMatches.csv','wb'))
+f=csv.writer(open(fileName[:fileName.index('.')]+'NearMatches.csv','wb'))
28
f.writerow(['percentage']+['name1']+['name2'])
29
completeNearMatches = []
30
for name in nameList:
0 commit comments