Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload multiple CSV files for both basic upload and drop upload #43

Open
Bunlong opened this issue Aug 1, 2020 · 6 comments
Open

Upload multiple CSV files for both basic upload and drop upload #43

Bunlong opened this issue Aug 1, 2020 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@Bunlong
Copy link
Owner

Bunlong commented Aug 1, 2020

No description provided.

@Bunlong Bunlong added the enhancement New feature or request label Aug 1, 2020
@Bunlong Bunlong self-assigned this Aug 1, 2020
@exaucae
Copy link

exaucae commented Feb 4, 2021

Hi,
I request that feature too.

@deekshithmr95
Copy link

Hi,
I too request this feature.

@fcpauldiaz
Copy link

any updates on this?

@kellynauert
Copy link

Are there plans to implement this?

@Bunlong
Copy link
Owner Author

Bunlong commented Nov 29, 2021

Dear All @kellynauert @fcpauldiaz @deekshithmr95 @exaucae

This feature is in progress v4.0.0

Thanks!

@AdrianHL
Copy link

AdrianHL commented Jan 23, 2024

Was this multiple upload release? I'm trying to make it work via the configuration but the file upload is a single file.

<CSVReader
    onUploadAccepted={(results: any) => {
        results.data.forEach((item: StockFromCSV) => {
          // Data processing here
        })
    }}
    noDrag
    config={{ header: true, multiple: true }}
>

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants