Skip to content

Commit 62eff48

Browse files
committed
final version of mysqldump to csv
1 parent 0487018 commit 62eff48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysqldump_to_csv/mysql_dump_to_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
import re
66

7-
#This will hold the table name as key, and columns as values
7+
#This will hold the table name as key, and columns as values.
88
mainDict = {}
99

1010

0 commit comments

Comments
 (0)