Samarpan Rai

Results 15 comments of Samarpan Rai

Maybe we misunderstood each other. My current implementation imports renamed jsonlines in 1 line. It does it because the file reader just reads one line as there is no new...

I meant any .json file renamed to .jsonl. However, this particular aspect doesn't matter because you've removed the assert statement which checked for it. The part that also worries me...

My check is based on the assumption that JSONL files are usually longer than 1 line. It will raise suspicion if the number of lines in the file is just...

> I fear that that check is incomplete. Can't we do a check like; > > * is it valid json on each line? -> jsonl is legal This is...