Content-Type: text/html
Content-Length: 776
1. [a, b ,,c,]
[
{"v":"a"},
{"v":"b"},
{"v":""},
{"v":"c"}
]
[
{"v":"a"},
{"v":" b "},
{"v":""},
{"v":"c"}
]
2. [,a, b ,,c]
[
{"v":""},
{"v":"a"},
{"v":"b"},
{"v":""},
{"v":"c"}
]
[
{"v":""},
{"v":"a"},
{"v":" b "},
{"v":""},
{"v":"c"}
]
3.
Exception type: parser.runtime,
Source: v,
Comment: column name cannot be specified when splitting into a table horizontal row
Exception type: parser.runtime,
Source: v,
Comment: column name cannot be specified when splitting into an array
Exception type: parser.runtime,
Source: ha,
Comment: conflicting split options
Exception type: parser.runtime,
Source: va,
Comment: conflicting split options
Exception type: parser.runtime,
Source: hv,
Comment: conflicting split options
4. [
"",
"a",
" b ",
"",
"c"
]
[
"c",
"",
" b ",
"a",
""
]