if you use a .tsv file divided in 5 colums, but:
1) only the first colum have a value on colum 5
2) have >10 rows
The system made error in create json file, the first key:value pair of TEST5Colum do not have ""
And all the other TEST5Colum value is Null instead of ""
Try the bug with this:
NAME VALUE COLOR DATE TEST5Colum
Alan 12 blue Sep. 25, 2009 Pippo1
Shan 13 "green blue" Sep. 27, 2009
John 45 orange Sep. 29, 2009
Minna 27 teal Sep. 30, 2009
Alan 12 blue Sep. 25, 2009
Shan 13 "green blue" Sep. 27, 2009
John 45 orange Sep. 29, 2009
Minna 27 teal Sep. 30, 2009
Alan 12 blue Sep. 25, 2009
Shan 13 "green blue" Sep. 27, 2009
Shan 13 "green blue" Sep. 27, 2009
if you use a .tsv file divided in 5 colums, but: 1) only the first colum have a value on colum 5 2) have >10 rows
The system made error in create json file, the first key:value pair of TEST5Colum do not have "" And all the other TEST5Colum value is Null instead of ""
Try the bug with this:
Result: