react-csv-importer icon indicating copy to clipboard operation
react-csv-importer copied to clipboard

Single column files

Open goodsoftwaredev opened this issue 1 year ago • 3 comments

csv has only one column and the error is "unable to auto-detect deliminating character"

goodsoftwaredev avatar Jun 01 '23 22:06 goodsoftwaredev

+1 for this — in an AI app, a CSV file can be used as the first step from fully unstructured text to somewhat structured, and the minimum requirement could often be a single column CSV.

For instance, users might want to try export/import their tweets, where the only content of interest is the tweet itself and any other metadata are noise that LLMs won't be able to handle anyway. (or completely redundant / very low cardinality, for instance "author" column that is always your name)

kenn avatar Jun 18 '23 03:06 kenn

+1 - weird that a single column would not be accepted

zhichunl avatar Aug 24 '23 19:08 zhichunl

+1 get this a bit.

jessehanley avatar Oct 17 '23 06:10 jessehanley