shenwei356 / csvtk

A cross-platform, efficient and practical CSV/TSV toolkit in Golang
http://bioinf.shenwei.me/csvtk
MIT License
999 stars 84 forks source link

[ERRO] bufio.Scanner: token too long #231

Closed MostafaYA closed 1 year ago

MostafaYA commented 1 year ago

Prerequisites

Describe your issue

Hi, I encounter this error when I use the csvtk space2tab command with a very large table. I want to convert a space-delimited file into csv or tsv format, because some of the csvtkcommands do not correctly handle the space delimiter, even when using -d flag

Thank you

I'm grateful to users who have greatly helped to report bugs and suggested new features.

I may respond to issues or fix bugs quickly, but I usually implement new features periodically (two or more weeks).

shenwei356 commented 1 year ago

Oh, it's a common bug, which had been fixed in my other tools.