react-papaparse icon indicating copy to clipboard operation
react-papaparse copied to clipboard

Upload multiple CSV files for both basic upload and drop upload

Open Bunlong opened this issue 5 years ago • 6 comments

Bunlong avatar Aug 01 '20 13:08 Bunlong

Hi, I request that feature too.

exaucae avatar Feb 04 '21 12:02 exaucae

Hi, I too request this feature.

deekshithmr95 avatar May 18 '21 10:05 deekshithmr95

any updates on this?

fcpauldiaz avatar Oct 01 '21 18:10 fcpauldiaz

Are there plans to implement this?

kellynauert avatar Nov 29 '21 15:11 kellynauert

Dear All @kellynauert @fcpauldiaz @deekshithmr95 @exaucae

This feature is in progress v4.0.0

Thanks!

Bunlong avatar Nov 29 '21 16:11 Bunlong

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

AdrianHL avatar Jan 23 '24 19:01 AdrianHL