react-csv-importer
react-csv-importer copied to clipboard
Single column files
csv has only one column and the error is "unable to auto-detect deliminating character"
+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)
+1 - weird that a single column would not be accepted
+1 get this a bit.