csv-import icon indicating copy to clipboard operation
csv-import copied to clipboard

The open-source CSV importer, maintained by @tableflowhq

Results 26 csv-import issues
Sort by recently updated
recently updated
newest added

Hi, I am trying this React library. I make it into a component and the modal loads for a few seconds before it is gone. I noticed in the URL...

It would be useful to allow the user to also include columns which are not in the template of the importer. Especially if the use case is a generic data...

enhancement

In order to support older versions of React (17.x) we will need to downgrade Chakra UI to the 1.8 version since the 2.0 we were using was causing issues.. Includes...

Hi! Im trying tableflowhq and is not processing csv files separated with ";", only works with simple comma, this is right? Thanks!

- Add support to multiple types, not only .csv files. (JSON, XML, ZIP)

- Ability to upload data to an external storage like AWS S3 buckets.

I try to upload data with numeric column headers. The dialog closes and is not usable anymore. In the console I see the following error. ``` TypeError: uploadColumnName.toLowerCase is not...

How can we enable validations? Thanks

This PR adds a new `file` argument to the main component. If passed in, it will skip the upload screen and immediately process the passed in file. This will allow...