We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff9523 commit ae65f64Copy full SHA for ae65f64
mysqldump_to_csv/mysql_dump_to_csv.py
@@ -11,6 +11,7 @@
11
def createStatement(line):
12
return line.startswith('CREATE TABLE')
13
14
+
15
# To detect fields, aka column names
16
def fieldDef(line):
17
return line.strip().startswith('`')
0 commit comments