diff --git a/utils/consts.go b/utils/consts.go index 6b2033c90..6b76ad3df 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -74,7 +74,7 @@ const ( COMMENT_CHAR = '#' CSV_SEP = ',' FALLBACK_SEP = ';' - INFIELD_SEP = ";;" + INFIELD_SEP = ";" FIELDS_SEP = "," STATIC_HDRVAL_SEP = "::" REGEXP_PREFIX = "~"