Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG on 5th colum #50

Open
Testato opened this issue Jan 5, 2017 · 1 comment
Open

BUG on 5th colum #50

Testato opened this issue Jan 5, 2017 · 1 comment

Comments

@Testato
Copy link

Testato commented Jan 5, 2017

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	

Result:

[{"NAME":"Alan","VALUE":12,"COLOR":"blue","DATE":"Sep. 25, 2009","TEST5Colum":Pippo1},
{"NAME":"Shan","VALUE":13,"COLOR":"green\tblue","DATE":"Sep. 27, 2009","TEST5Colum":null},
@mrthan
Copy link

mrthan commented Aug 2, 2018

I'm getting this issue too, I thought it was naming. But regardless of the output type, the 5th column output is missing quotes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants