Commit 3cb2dc13675fbc387de3def6090f434521585ea5

Authored by totoro
1 parent a48e1ea8

add support of TAB separator

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
view/view_rows_import.anubis
@@ -34,7 +34,8 @@ public define List((List(CoreAttrs), WebArgValue, String)) @@ -34,7 +34,8 @@ public define List((List(CoreAttrs), WebArgValue, String))
34 = 34 =
35 (List((List(CoreAttrs), WebArgValue, String)))[ 35 (List((List(CoreAttrs), WebArgValue, String)))[
36 ([],wav(","), _T("COMA_SEP")), 36 ([],wav(","), _T("COMA_SEP")),
37 - ([],wav(";"), _T("SEMICOLON_SEP"))]. 37 + ([],wav(";"), _T("SEMICOLON_SEP")),
  38 + ([],wav("\t"),_T("TAB"))].
38 39
39 40
40 41