Project

General

Profile

« Previous | Next » 

Revision 4211

csvs.py: delims: Added ";", which is phpMyAdmin's default CSV delimiter

View differences:

lib/csvs.py
6 6
import strings
7 7
import util
8 8

  
9
delims = ',\t`'
9
delims = ',;\t`'
10 10
tsv_delim = '\t'
11 11
escape = '\\'
12 12

  

Also available in: Unified diff