csv-to-html-table icon indicating copy to clipboard operation
csv-to-html-table copied to clipboard

Add capability to pass in comma separate string instead of file

Open rayk47 opened this issue 5 years ago • 2 comments

It would be nice if we the user could convert our own file to a string and then pass it to the library instead of a file being passed

rayk47 avatar Sep 19 '19 17:09 rayk47

@rayk47 could you share more on the use case for this?

derekeder avatar Mar 27 '21 04:03 derekeder

@derekeder This would be useful for CSV strings that are returned from an API, for example. It's common to generate CSV data on the fly, often directly from the database and send them to a client; without saving the file.

erdihu avatar Mar 25 '22 16:03 erdihu