Support TSV uploading
currently only CSV uploading is supported
it's very likely that the CSV parsing library that is being used also supports TSV.
I've rarely heard of this format, i'll know it and make it possible. appreciate for suggestion~
this is quite a popular format, and most spreadsheet programs allow it as input and output. it is a subset of CSV, which is why a CSV library should support it.
this is quite a popular format, and most spreadsheet programs allow it as input and output. it is a subset of CSV, which is why a CSV library should support it.
I agree with you, so I have submitted a pull request to support it. Appreciate your valuable feedback once more.