Consts fixup

This commit is contained in:
DanB
2014-10-03 14:44:04 +02:00
parent 8dbec8e60e
commit 1907d84d58

View File

@@ -74,7 +74,7 @@ const (
COMMENT_CHAR = '#'
CSV_SEP = ','
FALLBACK_SEP = ';'
INFIELD_SEP = ";;"
INFIELD_SEP = ";"
FIELDS_SEP = ","
STATIC_HDRVAL_SEP = "::"
REGEXP_PREFIX = "~"